[Hotfix] Wrong key name interpreted as plural (#459)

This commit is contained in:
Marco Rodolfi
2023-05-21 00:07:59 +02:00
committed by GitHub
parent cad2babbca
commit ede1067bb3
3 changed files with 3 additions and 3 deletions
@@ -74,7 +74,7 @@ export default function DeveloperSettings() {
</Field>
</DialogControlsSection>
<DialogControlsSection>
<DialogControlsSectionHeader>{t('SettingsDeveloperIndex.header_other')}</DialogControlsSectionHeader>
<DialogControlsSectionHeader>{t('SettingsDeveloperIndex.header')}</DialogControlsSectionHeader>
<RemoteDebuggingSettings />
<Field
label={t('SettingsDeveloperIndex.valve_internal.label')}