From c71337bc99b4f7fdd39e3df3ea0dfd9286a9320f Mon Sep 17 00:00:00 2001 From: ajnart Date: Sun, 8 Jan 2023 16:24:01 +0900 Subject: [PATCH] Remove useless translations --- .../locales/en/settings/customization/page-appearance.json | 6 ++---- .../Settings/Customization/Meta/MetaTitleChanger.tsx | 2 +- .../Settings/Customization/Meta/PageTitleChanger.tsx | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/public/locales/en/settings/customization/page-appearance.json b/public/locales/en/settings/customization/page-appearance.json index 2a1e0424b..ac8038003 100644 --- a/public/locales/en/settings/customization/page-appearance.json +++ b/public/locales/en/settings/customization/page-appearance.json @@ -1,11 +1,9 @@ { "pageTitle": { - "label": "Page Title", - "placeholder": "Homarr" + "label": "Page Title" }, "metaTitle": { - "label": "Meta Title", - "placeholder": "Homarr 🦞" + "label": "Meta Title" }, "logo": { "label": "Logo" diff --git a/src/components/Settings/Customization/Meta/MetaTitleChanger.tsx b/src/components/Settings/Customization/Meta/MetaTitleChanger.tsx index 430eee07f..3e871a9b8 100644 --- a/src/components/Settings/Customization/Meta/MetaTitleChanger.tsx +++ b/src/components/Settings/Customization/Meta/MetaTitleChanger.tsx @@ -36,7 +36,7 @@ export const MetaTitleChanger = ({ defaultValue }: MetaTitleChangerProps) => { return ( diff --git a/src/components/Settings/Customization/Meta/PageTitleChanger.tsx b/src/components/Settings/Customization/Meta/PageTitleChanger.tsx index 65c9eed76..c2febd0ed 100644 --- a/src/components/Settings/Customization/Meta/PageTitleChanger.tsx +++ b/src/components/Settings/Customization/Meta/PageTitleChanger.tsx @@ -36,7 +36,7 @@ export const PageTitleChanger = ({ defaultValue }: PageTitleChangerProps) => { return (