Skip to content

Commit

Permalink
refactor(menus): Updates initial PIN prompts
Browse files Browse the repository at this point in the history
Closes #46
  • Loading branch information
Mango Habanero committed May 10, 2023
1 parent eb4d96e commit 57fcbc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/i18n/eng/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const eng_auth: NamespaceAuthTranslation = {
processingAccount:
"END Your account is still being created. You will receive an SMS when your account is ready.",
enteringPin:
"CON Please enter four number PIN:\n00. Exit",
"CON Please enter a new four number PIN for your account:\n00. Exit",
confirmingPin:
"CON Enter your PIN again:\n00. Exit",
"CON Enter your four number PIN again:\n00. Exit",
mainMenu:
"CON Balance: {balance|currency} {symbol}\n1. Send\n2. My Vouchers\n3. My Account\n4. Help",
activationError:
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/swa/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const swa_auth: NamespaceAuthTranslation = {
processingAccount:
"END Akaunti yako ya Sarafu bado inatayarishwa. Utapokea ujumbe wa SMS akaunti yako ikiwa tayari.",
enteringPin:
"CON Tafadhali weka PIN yenye nambari nne:\n00. Ondoka",
"CON Tafadhali weka pin mpya yenye nambari nne kwa akaunti yako:\n00. Ondoka",
confirmingPin:
"CON Weka PIN yako tena:\n00. Ondoka",
mainMenu:
Expand Down

0 comments on commit 57fcbc8

Please sign in to comment.