templates: Tweak demo-owner-update-email-field-hint text.

This commit is contained in:
Tim Abbott
2025-10-21 18:02:04 -07:00
parent 476ee37bf3
commit 6262c81375

View File

@@ -17,7 +17,7 @@
<div class="input-group">
<label for="demo_organization_update_full_name" class="modal-field-label">{{t "Name" }}</label>
<p id="demo-owner-update-email-field-hint">
{{t "If you haven't updated your name, you may want to do so before inviting other users to join."}}
{{t "If you haven't updated your name, consider doing so before inviting other users to join."}}
</p>
<input id="demo_organization_update_full_name" name="full_name" type="text" class="modal_text_input" value="{{full_name}}" maxlength="60" />
</div>