mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
Remove useless translations
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -36,7 +36,7 @@ export const MetaTitleChanger = ({ defaultValue }: MetaTitleChangerProps) => {
|
||||
return (
|
||||
<TextInput
|
||||
label={t('metaTitle.label')}
|
||||
placeholder={t('metaTitle.placeholder')}
|
||||
placeholder="homarr - the best dashboard"
|
||||
value={metaTitle}
|
||||
onChange={handleChange}
|
||||
/>
|
||||
|
||||
@@ -36,7 +36,7 @@ export const PageTitleChanger = ({ defaultValue }: PageTitleChangerProps) => {
|
||||
return (
|
||||
<TextInput
|
||||
label={t('pageTitle.label')}
|
||||
placeholder={t('pageTitle.placeholder')}
|
||||
placeholder="homarr"
|
||||
value={pageTitle}
|
||||
onChange={handleChange}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user