diff --git a/apps/presentationeditor/mobile/locale/en.json b/apps/presentationeditor/mobile/locale/en.json index 94050c126..7346accc1 100644 --- a/apps/presentationeditor/mobile/locale/en.json +++ b/apps/presentationeditor/mobile/locale/en.json @@ -130,7 +130,7 @@ "Common": { "ThemeColorPalette": { "textThemeColors": "Theme Colors", - "textStandardColors": "Standard Colors", + "textStandartColors": "Standard Colors", "textCustomColors": "Custom Colors" } } diff --git a/apps/presentationeditor/mobile/src/controller/edit/Style.jsx b/apps/presentationeditor/mobile/src/controller/edit/StyleSlideSettings.jsx similarity index 75% rename from apps/presentationeditor/mobile/src/controller/edit/Style.jsx rename to apps/presentationeditor/mobile/src/controller/edit/StyleSlideSettings.jsx index 7bec0d321..f2b998411 100644 --- a/apps/presentationeditor/mobile/src/controller/edit/Style.jsx +++ b/apps/presentationeditor/mobile/src/controller/edit/StyleSlideSettings.jsx @@ -1,7 +1,7 @@ import React, { Component } from "react"; -import { Style } from "../../view/edit/Style"; +import { StyleFillColor } from "../../view/edit/StyleSlideSettings"; -class StyleController extends Component { +class StyleSlideController extends Component { constructor(props) { super(props); } @@ -28,9 +28,9 @@ class StyleController extends Component { render() { return ( -