mirror of https://github.com/zulip/zulip.git
organization-permissions: Add help page link for User Identity section.
This commit adds the /help link to the User Identity section heading of the Organization Permissions, linking to /help/restrict-name-and- email-changes.
This commit is contained in:
parent
6af9a6635c
commit
acc7444575
|
@ -257,7 +257,9 @@
|
|||
|
||||
<div id="org-user-identity" class="settings-subsection-parent">
|
||||
<div class="subsection-header">
|
||||
<h3>{{t "User identity" }}</h3>
|
||||
<h3>{{t "User identity" }}
|
||||
{{> ../help_link_widget link="/help/restrict-name-and-email-changes" }}
|
||||
</h3>
|
||||
{{> settings_save_discard_widget section_name="user-identity" }}
|
||||
</div>
|
||||
<div class="inline-block organization-permissions-parent">
|
||||
|
|
Loading…
Reference in New Issue