[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

View File

@@ -76,7 +76,7 @@
}
},
"SettingsDeveloperIndex": {
"header_other": "Other",
"header": "Other",
"react_devtools": {
"desc": "Enables connection to a computer running React DevTools. Changing this setting will reload Steam. Set the IP address before enabling.",
"ip_label": "IP",

View File

@@ -77,7 +77,7 @@
}
},
"SettingsDeveloperIndex": {
"header_other": "Altro",
"header": "Altro",
"react_devtools": {
"desc": "Abilita la connessione ad un computer che esegue i DevTools di React. Cambiando questa impostazione ricaricherà Steam. Imposta l'indirizzo IP prima di abilitarlo.",
"ip_label": "IP",

View File

@@ -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')}