onboarding: Finish renaming display settings -> preferences.

Fixes part of #26874.
This commit is contained in:
Deepayan Mukherjee
2023-09-28 00:00:11 +05:30
committed by GitHub
parent 50a751cc23
commit 79916b9c24
2 changed files with 2 additions and 2 deletions

View File

@@ -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.