mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
rename Customizaton to Customizations
This commit is contained in:
@@ -20,7 +20,7 @@ const Settings: FC = () => {
|
||||
<>
|
||||
<RouterTabs value={routerTab}>
|
||||
<Tab value="application" label={LL.APPLICATION_SETTINGS()} />
|
||||
<Tab value="customization" label={LL.CUSTOMIZATION()} />
|
||||
<Tab value="customization" label={LL.CUSTOMIZATIONS()} />
|
||||
</RouterTabs>
|
||||
<Routes>
|
||||
<Route path="application" element={<SettingsApplication />} />
|
||||
|
||||
@@ -688,7 +688,7 @@ const SettingsCustomization: FC = () => {
|
||||
};
|
||||
|
||||
return (
|
||||
<SectionContent title={LL.USER_CUSTOMIZATION()} titleGutter>
|
||||
<SectionContent title={LL.CUSTOMIZATIONS()} titleGutter>
|
||||
{renderContent()}
|
||||
{renderEditDialog()}
|
||||
</SectionContent>
|
||||
|
||||
Reference in New Issue
Block a user