chore: add space after punctuation

This commit is contained in:
2025-01-08 15:27:10 +03:00
parent efdb52bccd
commit b698f08136
2 changed files with 3 additions and 3 deletions

View File

@@ -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
}