mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 12:54:58 +00:00
onboarding: Finish renaming display settings -> preferences.
Fixes part of #26874.
This commit is contained in:
committed by
GitHub
parent
50a751cc23
commit
79916b9c24
@@ -27,7 +27,7 @@ INTRO_HOTSPOTS: Dict[str, Dict[str, StrPromise]] = {
|
|||||||
"intro_gear": {
|
"intro_gear": {
|
||||||
"title": gettext_lazy("Settings"),
|
"title": gettext_lazy("Settings"),
|
||||||
"description": gettext_lazy(
|
"description": gettext_lazy(
|
||||||
"Go to Settings to configure your notifications and display settings."
|
"Go to Settings to configure your notifications and preferences."
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
"intro_compose": {
|
"intro_compose": {
|
||||||
|
|||||||
@@ -1496,7 +1496,7 @@ class UserBaseSettings(models.Model):
|
|||||||
### Generic UI settings
|
### Generic UI settings
|
||||||
enter_sends = models.BooleanField(default=False)
|
enter_sends = models.BooleanField(default=False)
|
||||||
|
|
||||||
### Display settings. ###
|
### Preferences. ###
|
||||||
# left_side_userlist was removed from the UI in Zulip 6.0; the
|
# left_side_userlist was removed from the UI in Zulip 6.0; the
|
||||||
# database model is being temporarily preserved in case we want to
|
# database model is being temporarily preserved in case we want to
|
||||||
# restore a version of the setting, preserving who had it enabled.
|
# restore a version of the setting, preserving who had it enabled.
|
||||||
|
|||||||
Reference in New Issue
Block a user