From 79916b9c24ab29e28dcfbb0c414c409e7b0a4d13 Mon Sep 17 00:00:00 2001 From: Deepayan Mukherjee Date: Thu, 28 Sep 2023 00:00:11 +0530 Subject: [PATCH] onboarding: Finish renaming display settings -> preferences. Fixes part of #26874. --- zerver/lib/hotspots.py | 2 +- zerver/models.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zerver/lib/hotspots.py b/zerver/lib/hotspots.py index 1f66361edd..114f6148bb 100644 --- a/zerver/lib/hotspots.py +++ b/zerver/lib/hotspots.py @@ -27,7 +27,7 @@ INTRO_HOTSPOTS: Dict[str, Dict[str, StrPromise]] = { "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": { diff --git a/zerver/models.py b/zerver/models.py index f91a4c337d..5f9f0ea28f 100644 --- a/zerver/models.py +++ b/zerver/models.py @@ -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.