mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
settings: Rename display_settings.hbs to preferences.hbs.
Fixes part of zulip#26874.
This commit is contained in:
committed by
Tim Abbott
parent
6d2cda4308
commit
c1755e3d94
@@ -6,7 +6,7 @@
|
||||
{{#*inline "z-link"}}<a href="/help/configure-default-new-user-settings" target="_blank" rel="noopener noreferrer">{{> @partial-block }}</a>{{/inline}}
|
||||
{{/tr}}
|
||||
</div>
|
||||
{{> display_settings prefix="realm_" for_realm_settings=true full_name=full_name}}
|
||||
{{> preferences prefix="realm_" for_realm_settings=true full_name=full_name}}
|
||||
|
||||
{{> notification_settings prefix="realm_" for_realm_settings=true}}
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<div id="user-preferences" class="settings-section" data-name="preferences">
|
||||
{{> display_settings prefix="user_" for_realm_settings=false}}
|
||||
{{> preferences prefix="user_" for_realm_settings=false}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user