diff --git a/share/tools/web_config/js/controllers.js b/share/tools/web_config/js/controllers.js
index 8b3895b56..73985b7a5 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() {