mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-17 13:09:49 -04:00
Replace hasn't with has not
This commit is contained in:
committed by
Chris Hill-Scott
parent
03d70f5439
commit
b7e9eb3d48
@@ -26,7 +26,7 @@
|
||||
{{ radios(
|
||||
form.login_authentication,
|
||||
disable=['sms_auth'],
|
||||
option_hints={'sms_auth': 'Not available because this team member hasn’t added a phone number to their profile'|safe}
|
||||
option_hints={'sms_auth': 'Not available because this team member has not added a phone number to their profile'|safe}
|
||||
) }}
|
||||
{% else %}
|
||||
{{ radios(form.login_authentication) }}
|
||||
|
||||
Reference in New Issue
Block a user