From e3968ba87210fbd84f6acec4d936a7c6a91d55c6 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 2 Mar 2016 15:02:28 -0800 Subject: Remove "w/o Background Color" text from Set Theme button in fish_config This is important information but the Set button is the wrong place to put it. --- share/tools/web_config/js/controllers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/tools') diff --git a/share/tools/web_config/js/controllers.js b/share/tools/web_config/js/controllers.js index 8b3895b5..73985b7a 100644 --- a/share/tools/web_config/js/controllers.js +++ b/share/tools/web_config/js/controllers.js @@ -92,10 +92,10 @@ controllers.controller("colorsController", function($scope, $http) { $scope.changeSelectedColorScheme(currentScheme); })}; - $scope.saveThemeButtonTitle = "Set Theme w/o Background Color"; + $scope.saveThemeButtonTitle = "Set Theme"; $scope.noteThemeChanged = function() { - $scope.saveThemeButtonTitle = "Set Theme w/o Background Color"; + $scope.saveThemeButtonTitle = "Set Theme"; } $scope.setTheme = function() { -- cgit v1.2.3