mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 10:48:26 -04:00
Replace can't with cannot
This commit is contained in:
committed by
Chris Hill-Scott
parent
aa1e857e03
commit
5f79a12a9d
@@ -96,7 +96,7 @@ def create_api_key(service_id):
|
|||||||
'<a href="/features/trial-mode">trial mode</a>'
|
'<a href="/features/trial-mode">trial mode</a>'
|
||||||
)
|
)
|
||||||
if current_service.has_permission('letter'):
|
if current_service.has_permission('letter'):
|
||||||
option_hints[KEY_TYPE_TEAM] = 'Can’t be used to send letters'
|
option_hints[KEY_TYPE_TEAM] = 'Cannot be used to send letters'
|
||||||
if form.validate_on_submit():
|
if form.validate_on_submit():
|
||||||
if form.key_type.data in disabled_options:
|
if form.key_type.data in disabled_options:
|
||||||
abort(400)
|
abort(400)
|
||||||
|
|||||||
Reference in New Issue
Block a user