Skip to content

Commit 9cd61e4

Browse files
committed
fix: typo
1 parent c0ac29c commit 9cd61e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/i18n/en.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ commands:
2323
description: "You can only invite {count} people in the past {days} days"
2424
status: "Current Status"
2525
used: "{count} used"
26-
remaining: "{count} remaining"
26+
remaining: "{remaining} remaining"
2727
footer: "Try again when your limit resets"
2828
join_date_not_found:
2929
title: "❌ Join Date Not Found"

src/i18n/zh-TW.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ commands:
2323
description: "您在過去 {days} 天內只能邀請 {count} 人"
2424
status: "目前狀態"
2525
used: "已使用 {count} 次"
26-
remaining: "剩餘 {count} 次"
26+
remaining: "剩餘 {remaining} 次"
2727
footer: "請等待限制重置後再試"
2828
success:
2929
title: "🎫 已建立新邀請"

0 commit comments

Comments
 (0)