Ensure UK spelling for language across pgweb.

This commit is contained in:
Jonathan S. Katz
2018-04-15 14:09:06 -04:00
parent f76b20304d
commit 48146f2ae2
8 changed files with 13 additions and 13 deletions

View File

@ -63,7 +63,7 @@ class PgwebAdmin(admin.ModelAdmin):
if not obj.org.email:
# Should not happen because we remove the form field. Thus
# a hard exception is ok.
raise Exception("Organization does not have an email, canot send notification!")
raise Exception("Organisation does not have an email, canot send notification!")
n = ModerationNotification()
n.objecttype = obj.__class__.__name__
n.objectid = obj.id