Skip to content

Commit

Permalink
Fix: command language
Browse files Browse the repository at this point in the history
  • Loading branch information
juzser committed Apr 10, 2023
1 parent 7ed6e05 commit 23f3eb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lang/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const en = {
heading: 'List Reminder',
caption_active: (count: number, paused: number) => `You have total **${count}** active reminder(s)${paused ? ` and **${paused}** paused reminder(s)` : ''}.`,
caption_finished: (count: number) => `You have total **${count}** completed reminder(s).`,
no_reminders: 'Create reminder by typing `/reminder`',
no_reminders: 'Create reminder by typing `/remind`',
list_active: ':fire: **Active reminders:**',
list_paused: ':pause_button: **Paused reminders:**',
list_finished: ':white_check_mark: **Completed reminders:**',
Expand Down
2 changes: 1 addition & 1 deletion src/lang/vi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const vi = {
heading: 'List Reminder',
caption_active: (count: number, paused: number) => `Bạn có **${count}** reminder đang hoạt động${paused ? ` và **${paused}** reminder đang tạm dừng.` : '.'}`,
caption_finished: (count: number) => `Bạn có **${count}** reminder đã hoàn thành.`,
no_reminders: 'Tạo reminder mới bằng cách gõ `/reminder`',
no_reminders: 'Tạo reminder mới bằng cách gõ `/remind`',
list_active: ':fire: **Các reminder đang hoạt động:**',
list_paused: ':pause_button: **Các reminder đang tạm dừng:**',
list_finished: ':white_check_mark: **Các reminder đã hoàn thành:**',
Expand Down

0 comments on commit 23f3eb3

Please sign in to comment.