mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 13:39:57 -04:00
Reword because ‘inbetween’ isn’t a word
This commit is contained in:
@@ -45,7 +45,7 @@ class ValidGovEmail:
|
||||
|
||||
class NoCommasInPlaceHolders:
|
||||
|
||||
def __init__(self, message='You can’t put commas inbetween double brackets'):
|
||||
def __init__(self, message='You can’t put commas between double brackets'):
|
||||
self.message = message
|
||||
|
||||
def __call__(self, form, field):
|
||||
|
||||
Reference in New Issue
Block a user