mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 12:48:24 -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(
|
{{ radios(
|
||||||
form.login_authentication,
|
form.login_authentication,
|
||||||
disable=['sms_auth'],
|
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 %}
|
{% else %}
|
||||||
{{ radios(form.login_authentication) }}
|
{{ radios(form.login_authentication) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user