Skip to content

Commit

Permalink
onboarding: Finish renaming display settings -> preferences
Browse files Browse the repository at this point in the history
Fixes zulip#26874

Finish renaming 'display settings' -> 'preferences' in the following files
zerver/lib/hotspots.py
zerver/models.py

Signed-off-by: Deepayan Mukherjee <deepayanmukherjee1312@gmail.com>
  • Loading branch information
Ciggzy1312 committed Sep 27, 2023
1 parent 6c1f993 commit 4606d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zerver/lib/hotspots.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"intro_gear": {
"title": gettext_lazy("Settings"),
"description": gettext_lazy(
"Go to Settings to configure your notifications and display settings."
"Go to Settings to configure your notifications and preferences."
),
},
"intro_compose": {
Expand Down
2 changes: 1 addition & 1 deletion zerver/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ class UserBaseSettings(models.Model):
### Generic UI settings
enter_sends = models.BooleanField(default=False)

### Display settings. ###
### Preferences. ###
# left_side_userlist was removed from the UI in Zulip 6.0; the
# database model is being temporarily preserved in case we want to
# restore a version of the setting, preserving who had it enabled.
Expand Down

0 comments on commit 4606d84

Please sign in to comment.