mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
This commits convert the banners of "Settings > Default user settings" and "Personal > Bots" into plain text. Also, change the plain text of "Personal > Bots" to be more descriptive. Fixes part of #34252.
15 lines
658 B
Handlebars
15 lines
658 B
Handlebars
<div id="realm-user-default-settings" class="settings-section" data-name="organization-level-user-defaults">
|
|
{{#if is_admin}}
|
|
<div>
|
|
{{#tr}}
|
|
Configure the <z-link>default personal preference settings</z-link>
|
|
for new users joining your organization.
|
|
{{#*inline "z-link"}}<a href="/help/configure-default-new-user-settings" target="_blank" rel="noopener noreferrer">{{> @partial-block }}</a>{{/inline}}
|
|
{{/tr}}
|
|
</div>
|
|
{{/if}}
|
|
{{> preferences . prefix="realm_" for_realm_settings=true full_name=full_name}}
|
|
|
|
{{> notification_settings . prefix="realm_" for_realm_settings=true}}
|
|
</div>
|