rename Application Settings

This commit is contained in:
proddy
2024-05-05 17:16:59 +02:00
parent 4a1319d95a
commit 837d70e79d
12 changed files with 12 additions and 20 deletions

View File

@@ -79,7 +79,7 @@ const Settings: FC = () => {
<ListMenuItem
icon={TuneIcon}
bgcolor="#134ba2"
label={LL.APPLICATION_SETTINGS()}
label={LL.APPLICATION()}
text={LL.APPLICATION_SETTINGS_1()}
to="ems-esp"
/>
@@ -125,14 +125,6 @@ const Settings: FC = () => {
<Divider />
<ListMenuItem
icon={MemoryIcon}
bgcolor="#b1395f"
label={LL.STATUS_OF('ESP32')}
text="ESP32 Information"
to="espsystemstatus"
/>
<ListMenuItem
icon={ImportExportIcon}
bgcolor="#5d89f7"