Skip to content

Commit

Permalink
Merge pull request 'Space after comma' (#259) from lash/helpcomma int…
Browse files Browse the repository at this point in the history
  • Loading branch information
lash committed Jan 8, 2025
2 parents 656052d + 5081b6d commit f49e54a
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 @@ -835,7 +835,7 @@ func (h *Handlers) QuitWithHelp(ctx context.Context, sym string, input []byte) (
l := gotext.NewLocale(translationDir, code)
l.AddDomain("default")

res.Content = l.Get("For more help,please call: 0757628885")
res.Content = l.Get("For more help, please call: 0757628885")
res.FlagReset = append(res.FlagReset, flag_account_authorized)
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 @@ -7,8 +7,8 @@ msgstr "Ombi lako limetumwa. %s atapokea %s %s kutoka kwa %s."
msgid "Thank you for using Sarafu. Goodbye!"
msgstr "Asante kwa kutumia huduma ya Sarafu. Kwaheri!"

msgid "For more help,please call: 0757628885"
msgstr "Kwa usaidizi zaidi,piga: 0757628885"
msgid "For more help, please call: 0757628885"
msgstr "Kwa usaidizi zaidi, piga: 0757628885"

msgid "Balance: %s\n"
msgstr "Salio: %s\n"
Expand Down

0 comments on commit f49e54a

Please sign in to comment.