Replace hasn't with has not

This commit is contained in:
karlchillmaid
2019-09-13 12:49:00 +01:00
committed by Chris Hill-Scott
parent 03d70f5439
commit b7e9eb3d48

View File

@@ -26,7 +26,7 @@
{{ radios(
form.login_authentication,
disable=['sms_auth'],
option_hints={'sms_auth': 'Not available because this team member hasnt 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) }}