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

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