billing: Fix typo in CONTACT_SUPPORT error message.

This commit is contained in:
Rishi Gupta 2018-08-10 16:23:42 -07:00
parent 18449c7c57
commit d0e377428a
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ def unsign_string(signed_string: str, salt: str) -> str:
class BillingError(Exception):
# error messages
CONTACT_SUPPORT = _("Something went wrong. Please contact %s)" % (settings.ZULIP_ADMINISTRATOR,))
CONTACT_SUPPORT = _("Something went wrong. Please contact %s." % (settings.ZULIP_ADMINISTRATOR,))
TRY_RELOADING = _("Something went wrong. Please reload the page.")
# description is used only for tests