mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
Remove useless translations
This commit is contained in:
@@ -47,22 +47,22 @@ export default function TitleChanger() {
|
|||||||
<Stack>
|
<Stack>
|
||||||
<TextInput
|
<TextInput
|
||||||
label={t('pageTitle.label')}
|
label={t('pageTitle.label')}
|
||||||
placeholder={t('pageTitle.placeholder')}
|
placeholder={'Homarr 🦞'}
|
||||||
{...form.getInputProps('title')}
|
{...form.getInputProps('title')}
|
||||||
/>
|
/>
|
||||||
<TextInput
|
<TextInput
|
||||||
label={t('logo.label')}
|
label={t('logo.label')}
|
||||||
placeholder={t('logo.placeholder')}
|
placeholder={'/imgs/logo.png}
|
||||||
{...form.getInputProps('logo')}
|
{...form.getInputProps('logo')}
|
||||||
/>
|
/>
|
||||||
<TextInput
|
<TextInput
|
||||||
label={t('favicon.label')}
|
label={t('favicon.label')}
|
||||||
placeholder={t('favicon.placeholder')}
|
placeholder={'/imgs/favicon/favicon.png'}
|
||||||
{...form.getInputProps('favicon')}
|
{...form.getInputProps('favicon')}
|
||||||
/>
|
/>
|
||||||
<TextInput
|
<TextInput
|
||||||
label={t('background.label')}
|
label={t('background.label')}
|
||||||
placeholder={t('background.placeholder')}
|
placeholder={'/img/background.png'}
|
||||||
{...form.getInputProps('background')}
|
{...form.getInputProps('background')}
|
||||||
/>
|
/>
|
||||||
<Textarea
|
<Textarea
|
||||||
|
|||||||
Reference in New Issue
Block a user