diff options
| -rw-r--r-- | backend/locales/en-US.json | 3 | ||||
| -rw-r--r-- | backend/locales/it-IT.json | 4 | ||||
| -rw-r--r-- | frontend/src/components/settings/pages/developer/index.tsx | 2 |
3 files changed, 3 insertions, 6 deletions
diff --git a/backend/locales/en-US.json b/backend/locales/en-US.json index 65e94f2c..25b342db 100644 --- a/backend/locales/en-US.json +++ b/backend/locales/en-US.json @@ -76,8 +76,7 @@ } }, "SettingsDeveloperIndex": { - "header_one": "", - "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", diff --git a/backend/locales/it-IT.json b/backend/locales/it-IT.json index 8fd491b5..76351856 100644 --- a/backend/locales/it-IT.json +++ b/backend/locales/it-IT.json @@ -76,9 +76,7 @@ } }, "SettingsDeveloperIndex": { - "header_one": "", - "header_many": "", - "header_other": "", + "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", diff --git a/frontend/src/components/settings/pages/developer/index.tsx b/frontend/src/components/settings/pages/developer/index.tsx index 7a62c052..774bb449 100644 --- a/frontend/src/components/settings/pages/developer/index.tsx +++ b/frontend/src/components/settings/pages/developer/index.tsx @@ -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')} |
