aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/tools
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2016-03-02 15:02:28 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2016-03-02 15:02:28 -0800
commite3968ba87210fbd84f6acec4d936a7c6a91d55c6 (patch)
tree6da0ca4685b26dceef99d21ef9febbc5f9fc1365 /share/tools
parent58d56f91f36b56d83423028e04e9faabd3bad3d2 (diff)
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.
Diffstat (limited to 'share/tools')
-rw-r--r--share/tools/web_config/js/controllers.js4
1 files changed, 2 insertions, 2 deletions
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() {