Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
chore: add space after punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlosokumu committed Jan 8, 2025
1 parent 2ff9fed commit efdb52b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions menutraversal_test/group_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
{
"input": "1235",
"expectedContent": "Incorrect PIN.You have: 2 remaining attempt(s).\n1:Retry\n9:Quit"
"expectedContent": "Incorrect PIN. You have: 2 remaining attempt(s).\n1:Retry\n9:Quit"
},
{
"input": "1",
Expand Down Expand Up @@ -95,7 +95,7 @@
},
{
"input": "1235",
"expectedContent": "Incorrect PIN.You have: 2 remaining attempt(s).\n1:Retry\n9:Quit"
"expectedContent": "Incorrect PIN. You have: 2 remaining attempt(s).\n1:Retry\n9:Quit"
},
{
"input": "1",
Expand Down Expand Up @@ -140,7 +140,7 @@
},
{
"input": "1235",
"expectedContent": "Incorrect PIN.You have: 2 remaining attempt(s).\n1:Retry\n9:Quit"
"expectedContent": "Incorrect PIN. You have: 2 remaining attempt(s).\n1:Retry\n9:Quit"
},
{
"input": "1",
Expand Down
2 changes: 1 addition & 1 deletion services/registration/incorrect_pin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Incorrect PIN.You have: {{.reset_incorrect}} remaining attempt(s).
Incorrect PIN. You have: {{.reset_incorrect}} remaining attempt(s).
2 changes: 1 addition & 1 deletion services/registration/incorrect_pin_swa
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PIN ulioeka sio sahihi,una majaribio: {{.reset_incorrect}} yaliyobaki
PIN ulioeka sio sahihi, una majaribio: {{.reset_incorrect}} yaliyobaki
2 changes: 1 addition & 1 deletion services/registration/locale/swa/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr "Asante kwa kutumia huduma ya Sarafu. Kwaheri!"
msgid "For more help, please call: 0757628885"
msgstr "Kwa usaidizi zaidi, piga: 0757628885"

msgid "Your account has been locked.For help on how to unblock your account,contact support at: 0757628885"
msgid "Your account has been locked.For help on how to unblock your account, contact support at: 0757628885"
msgstr "Akaunti yako imefungwa.Kwa usaidizi wa jinsi ya kufungua akaunti yako, wasiliana na usaidizi kwa: 0757628885"

msgid "Balance: %s\n"
Expand Down

0 comments on commit efdb52b

Please sign in to comment.