Files
zulip/web/templates/change_email_modal.hbs
Saubhagya Patel 37c84a3086 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.
2025-01-07 14:17:23 -08:00

6 lines
410 B
Handlebars

<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>