rename Customizaton to Customizations

This commit is contained in:
proddy
2023-01-07 18:30:22 +01:00
parent c7628ac07f
commit 66d7dde79e
11 changed files with 11 additions and 18 deletions

View File

@@ -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 />} />

View File

@@ -688,7 +688,7 @@ const SettingsCustomization: FC = () => {
};
return (
<SectionContent title={LL.USER_CUSTOMIZATION()} titleGutter>
<SectionContent title={LL.CUSTOMIZATIONS()} titleGutter>
{renderContent()}
{renderEditDialog()}
</SectionContent>