aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/tools/web_config/js/controllers.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/tools/web_config/js/controllers.js')
-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() {