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 efdb52b commit b698f08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/handlers/ussd/menuhandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ func (h *Handlers) ShowBlockedAccount(ctx context.Context, sym string, input []b
code := codeFromCtx(ctx)
l := gotext.NewLocale(translationDir, code)
l.AddDomain("default")
res.Content = l.Get("Your account has been locked.For help on how to unblock your account, contact support at: 0757628885")
res.Content = l.Get("Your account has been locked. For help on how to unblock your account, contact support at: 0757628885")
return res, nil
}

Expand Down
4 changes: 2 additions & 2 deletions services/registration/locale/swa/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ 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"
msgstr "Akaunti yako imefungwa.Kwa usaidizi wa jinsi ya kufungua akaunti yako, wasiliana na usaidizi kwa: 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"
msgstr "Salio: %s\n"
Expand Down

0 comments on commit b698f08

Please sign in to comment.