Skip to content

Commit

Permalink
chore: 剩余时间样式调整
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Feb 4, 2025
1 parent 5e91dd3 commit b3fea8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"invalidOrderId": "Order does not exist",
"orderExpired": "CDKey has expired",
"expireAt": "Valid until {time}",
"timeLeft": "{relativeTime} remain",
"timeLeft": " ( {relativeTime} remain )",
"goBack": "Go Back",
"msg": {
"Order not found": "Order does not exist"
Expand Down
2 changes: 1 addition & 1 deletion messages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"invalidOrderId": "订单不存在哦",
"orderExpired": "CDKey已过期",
"expireAt": "在 {time} 内可用",
"timeLeft": "剩余 {relativeTime}",
"timeLeft": "剩余 {relativeTime}",
"goBack": "返回",
"msg": {
"Order not found": "订单不存在哦"
Expand Down
2 changes: 1 addition & 1 deletion src/app/[locale]/show-key/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default async function ShowKey({ searchParams }: Props) {
</p>
<p>
<span>{t('expireAt', { time })}</span>
<span>({t('timeLeft', { relativeTime })})</span>
<span>{t('timeLeft', { relativeTime })}</span>
</p>
</div>
</div>
Expand Down

0 comments on commit b3fea8f

Please sign in to comment.