mirror of https://github.com/zulip/zulip.git
settings: Rename display_settings to preferences.
Fixes zulip#26874.
This commit is contained in:
parent
4b954a42ef
commit
731575344e
|
@ -1,9 +1,9 @@
|
|||
<form class="preferences-settings-form">
|
||||
{{>display_settings_general}}
|
||||
{{>preferences_general}}
|
||||
|
||||
{{>display_settings_emoji}}
|
||||
{{>preferences_emoji}}
|
||||
|
||||
{{>display_settings_navigation}}
|
||||
{{>preferences_navigation}}
|
||||
|
||||
{{>display_settings_information}}
|
||||
{{>preferences_information}}
|
||||
</form>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
{{> settings/account_settings }}
|
||||
|
||||
{{> settings/user_display_settings }}
|
||||
{{> settings/user_preferences }}
|
||||
|
||||
{{> settings/user_notification_settings }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue