From c62f4ed70639ccc77e6eb5334917daac0e40c613 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 13 Sep 2019 11:12:25 +0100 Subject: [PATCH] Replace won't with will not --- .../organisations/organisation/settings/edit-agreement.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/organisations/organisation/settings/edit-agreement.html b/app/templates/views/organisations/organisation/settings/edit-agreement.html index 05fb63c30..de0a3596d 100644 --- a/app/templates/views/organisations/organisation/settings/edit-agreement.html +++ b/app/templates/views/organisations/organisation/settings/edit-agreement.html @@ -22,7 +22,7 @@ option_hints={ 'yes': 'Users will be told their organisation has already signed the agreement', 'no': 'Users will be prompted to sign the agreement before they can go live', - 'unknown': 'Users won’t be prompted to sign the agreement' + 'unknown': 'Users will not be prompted to sign the agreement' } ) }} {{ page_footer('Save') }}