mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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.
6 lines
410 B
Handlebars
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>
|