mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 17:26:26 +01:00
🌐 Fix translations on preferences page
This commit is contained in:
@@ -10,14 +10,14 @@ export const AccessibilitySettings = () => {
|
||||
return (
|
||||
<Stack>
|
||||
<Switch
|
||||
label={t('disablePulse.label')}
|
||||
description={t('disablePulse.description')}
|
||||
label={t('accessibility.disablePulse.label')}
|
||||
description={t('accessibility.disablePulse.description')}
|
||||
{...form.getInputProps('disablePingPulse', { type: 'checkbox' })}
|
||||
/>
|
||||
|
||||
<Switch
|
||||
label={t('replaceIconsWithDots.label')}
|
||||
description={t('replaceIconsWithDots.description')}
|
||||
label={t('accessibility.replaceIconsWithDots.label')}
|
||||
description={t('accessibility.replaceIconsWithDots.description')}
|
||||
{...form.getInputProps('replaceDotsWithIcons', { type: 'checkbox' })}
|
||||
/>
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user