diff --git a/apps/spreadsheeteditor/main/app/view/CellSettings.js b/apps/spreadsheeteditor/main/app/view/CellSettings.js
index 97a889ff6..483d0f9ed 100644
--- a/apps/spreadsheeteditor/main/app/view/CellSettings.js
+++ b/apps/spreadsheeteditor/main/app/view/CellSettings.js
@@ -1090,8 +1090,6 @@ define([
textDirection: 'Direction',
textLinear: 'Linear',
textRadial: 'Radial',
- textColor1: 'Color 1',
- textColor2: 'Color 2',
textPattern: 'Pattern',
textForeground: 'Foreground color',
textBackground: 'Background color'
diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json
index b3e7fafea..835f1d07b 100644
--- a/apps/spreadsheeteditor/main/locale/en.json
+++ b/apps/spreadsheeteditor/main/locale/en.json
@@ -1165,8 +1165,6 @@
"SSE.Views.CellSettings.textDirection": "Direction",
"SSE.Views.CellSettings.textLinear": "Linear",
"SSE.Views.CellSettings.textRadial": "Radial",
- "SSE.Views.CellSettings.textColor1": "Color 1",
- "SSE.Views.CellSettings.textColor2": "Color 2",
"SSE.Views.CellSettings.textPattern": "Pattern",
"SSE.Views.CellSettings.textForeground": "Foreground color",
"SSE.Views.CellSettings.textBackground": "Background color",