diff --git a/es-app/src/guis/GuiMenu.cpp b/es-app/src/guis/GuiMenu.cpp index cf2e382de..08113e275 100644 --- a/es-app/src/guis/GuiMenu.cpp +++ b/es-app/src/guis/GuiMenu.cpp @@ -115,10 +115,10 @@ void GuiMenu::openUIOptions() ComponentListRow themeDownloaderInputRow; themeDownloaderInputRow.elements.clear(); - themeDownloaderInputRow.addElement( - std::make_shared("THEME DOWNLOADER (EXPERIMENTAL)", - Font::get(FONT_SIZE_MEDIUM), 0x777777FF), - true); + themeDownloaderInputRow.addElement(std::make_shared("THEME DOWNLOADER", + Font::get(FONT_SIZE_MEDIUM), + 0x777777FF), + true); themeDownloaderInputRow.addElement(makeArrow(), false); themeDownloaderInputRow.makeAcceptInputHandler(