🌐 Fix translations on preferences page
This commit is contained in:
@@ -10,14 +10,14 @@ export const AccessibilitySettings = () => {
|
|||||||
return (
|
return (
|
||||||
<Stack>
|
<Stack>
|
||||||
<Switch
|
<Switch
|
||||||
label={t('disablePulse.label')}
|
label={t('accessibility.disablePulse.label')}
|
||||||
description={t('disablePulse.description')}
|
description={t('accessibility.disablePulse.description')}
|
||||||
{...form.getInputProps('disablePingPulse', { type: 'checkbox' })}
|
{...form.getInputProps('disablePingPulse', { type: 'checkbox' })}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Switch
|
<Switch
|
||||||
label={t('replaceIconsWithDots.label')}
|
label={t('accessibility.replaceIconsWithDots.label')}
|
||||||
description={t('replaceIconsWithDots.description')}
|
description={t('accessibility.replaceIconsWithDots.description')}
|
||||||
{...form.getInputProps('replaceDotsWithIcons', { type: 'checkbox' })}
|
{...form.getInputProps('replaceDotsWithIcons', { type: 'checkbox' })}
|
||||||
/>
|
/>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|||||||
Reference in New Issue
Block a user