From df849c65a82d0fb0d1211128fb8e726f3cd54eda Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 24 Apr 2020 18:27:35 -0700 Subject: [PATCH] Settings pane -> Preferences pane * Settings pane -> Preferences pane * Remove 'settings' string --- _locales/en/messages.json | 4 ---- js/views/settings_view.js | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 2c7da681b..bb5868492 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1064,10 +1064,6 @@ "installTooManyDevices": { "message": "Sorry, you have too many devices linked already. Try removing some." }, - "settings": { - "message": "Settings", - "description": "Menu item and header for global settings" - }, "theme": { "message": "Theme", "description": "Header for theme settings" diff --git a/js/views/settings_view.js b/js/views/settings_view.js index 6ab373e59..6efb03aec 100644 --- a/js/views/settings_view.js +++ b/js/views/settings_view.js @@ -151,7 +151,7 @@ theme: i18n('theme'), notifications: i18n('notifications'), notificationSettingsDialog: i18n('notificationSettingsDialog'), - settings: i18n('settings'), + settings: i18n('Keyboard--preferences'), disableNotifications: i18n('disableNotifications'), nameAndMessage: i18n('nameAndMessage'), noNameOrMessage: i18n('noNameOrMessage'),