modal: Add a message to the change email modal to explain the flow.

This commit adds a message: "You will receive a confirmation email
at the new address you enter." at the top of the change email modal
to explain the flow of email changes.

Fixes part of #31975.
This commit is contained in:
Saubhagya Patel
2024-11-11 19:50:19 +05:30
committed by Tim Abbott
parent b15fb45408
commit 37c84a3086

View File

@@ -1,4 +1,5 @@
<form id="change_email_form">
<p>{{t "You will receive a confirmation email at the new address you enter."}}</p>
<label for="change-email-form-input-email" class="modal-field-label">{{t "New email" }}</label>
<input id="change-email-form-input-email" type="text" name="email" class="modal_text_input" value="{{delivery_email}}" autocomplete="off" spellcheck="false" autofocus="autofocus"/>
</form>