mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	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:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							b15fb45408
						
					
				
				
					commit
					37c84a3086
				
			@@ -1,4 +1,5 @@
 | 
				
			|||||||
<form id="change_email_form">
 | 
					<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>
 | 
					    <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"/>
 | 
					    <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>
 | 
					</form>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user