From 559be3029387f50eabe4600bc39f725c32a9c706 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 9 Feb 2021 18:57:36 +0530 Subject: [PATCH] remove some hardcoded translations --- www/settings/inner.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/www/settings/inner.js b/www/settings/inner.js index 2fa0be234..e7d061231 100644 --- a/www/settings/inner.js +++ b/www/settings/inner.js @@ -412,14 +412,7 @@ define([ ]); }, true); - // XXX - Messages.settings_colorthemeTitle = "Color theme"; - Messages.settings_colorthemeHint = "Change the overall colors of CryptPad on this machine."; - Messages.settings_colortheme_default = "Default ({0})"; - Messages.settings_colortheme_light = "Light"; - Messages.settings_colortheme_dark = "Dark"; - Messages.settings_colortheme_custom = "Custom"; - Messages.settings_cat_style = "Appearance"; + Messages.settings_colortheme_custom = "Custom"; // XXX makeBlock('colortheme', function (cb) { var theme = window.cryptpadStore.store['colortheme'] || 'default';