Skip to content

Commit

Permalink
fix: add missing colon in zh-hant templates
Browse files Browse the repository at this point in the history
Signed-off-by: James Chien <[email protected]>
  • Loading branch information
shc261392 committed Jan 8, 2025
1 parent 8e9aa7b commit e2ccc6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/capture/product_sold/zh-hant.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
以下是交易細節:
</p>
<ul>
<li>交易日期 {{order.date}}</li>
<li>交易日期 {{order.date}}</li>
<li>
Capture Nid:
<a href="{{order.asset_link}}">{{order.nid}}</a>
Expand Down
6 changes: 3 additions & 3 deletions templates/capture/product_sold_recollected/zh-hant.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>您的 Capture 已被收藏</title>
<title>您的 Capture 已被再收藏</title>
</head>

<body>
Expand All @@ -17,13 +17,13 @@

<div>
<p>
恭喜您!您的 Capture 作品已被收藏
恭喜您!您的 Capture 作品已被再收藏

<br />
以下是交易細節:
</p>
<ul>
<li>交易日期 {{order.date}}</li>
<li>交易日期 {{order.date}}</li>
<li>
Capture Nid:
<a href="{{order.asset_link}}">{{order.nid}}</a>
Expand Down

0 comments on commit e2ccc6b

Please sign in to comment.