From 5c8deae6e9926bf94aa7d7b2ea01f0b4632b02d3 Mon Sep 17 00:00:00 2001 From: Bruce Bolt Date: Thu, 16 Feb 2023 09:54:25 +0000 Subject: [PATCH] Fix typo on 2SV exemption edit page --- app/views/two_step_verification_exemptions/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/two_step_verification_exemptions/edit.html.erb b/app/views/two_step_verification_exemptions/edit.html.erb index 6ee80e8b7..ab51b986e 100644 --- a/app/views/two_step_verification_exemptions/edit.html.erb +++ b/app/views/two_step_verification_exemptions/edit.html.erb @@ -17,7 +17,7 @@ <%= text_field_tag "user[reason_for_2sv_exemption]", @user.reason_for_2sv_exemption, class: 'form-control input-md-6' %>

Please provide a reason for granting this exemption above.

-

Please note - the reason you enter above will be visible to the user, and any admin who have the ability to edit +

Please note - the reason you enter above will be visible to the user, and any admins who have the ability to edit the user.