Skip to content

Commit

Permalink
Fix typo on 2SV exemption edit page
Browse files Browse the repository at this point in the history
  • Loading branch information
brucebolt committed Feb 16, 2023
1 parent ba0f46a commit 5c8deae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/two_step_verification_exemptions/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<%= text_field_tag "user[reason_for_2sv_exemption]", @user.reason_for_2sv_exemption, class: 'form-control input-md-6' %>
</div>
<p>Please provide a reason for granting this exemption above.</p>
<p>Please note - the reason you enter above will be visible to the user, and any admin who have the ability to edit
<p>Please note - the reason you enter above will be visible to the user, and any admins who have the ability to edit
the user.</p>
<div class="form-group add-top-margin">
<label for="user_expiry_date_for_2sv_exemption">Expiry date for exemption</label>
Expand Down

0 comments on commit 5c8deae

Please sign in to comment.