mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
settings: Change "Display settings" to "Preferences".
This includes changing the URL to #settings/preferences, with a transparent redirect so that existing links, like the one from Welcome Bot, continue to work.
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
<i class="icon fa fa-lock" aria-hidden="true"></i>
|
||||
<div class="text">{{t "Account & privacy" }}</div>
|
||||
</li>
|
||||
<li tabindex="0" data-section="display-settings">
|
||||
<li tabindex="0" data-section="preferences">
|
||||
<i class="icon fa fa-clock-o" aria-hidden="true"></i>
|
||||
<div class="text">{{t "Display settings" }}</div>
|
||||
<div class="text">{{t "Preferences" }}</div>
|
||||
</li>
|
||||
<li tabindex="0" data-section="notifications">
|
||||
<i class="icon fa fa-exclamation-triangle" aria-hidden="true"></i>
|
||||
|
||||
Reference in New Issue
Block a user