diff options
| author | Marco Rodolfi <marco.rodolfi@tuta.io> | 2023-05-21 00:07:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-20 15:07:59 -0700 |
| commit | ede1067bb38989152cbd22729231fdd2c50041fd (patch) | |
| tree | 8c27bbe0cad0b5ea9945a4cf59cd1565737a46ef /backend | |
| parent | cad2babbca0e3c5b509a81bc967e309e72ccd15a (diff) | |
| download | decky-loader-ede1067bb38989152cbd22729231fdd2c50041fd.tar.gz decky-loader-ede1067bb38989152cbd22729231fdd2c50041fd.zip | |
[Hotfix] Wrong key name interpreted as plural (#459)
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/locales/en-US.json | 2 | ||||
| -rw-r--r-- | backend/locales/it-IT.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/backend/locales/en-US.json b/backend/locales/en-US.json index 26a1c5e5..fc9f68fd 100644 --- a/backend/locales/en-US.json +++ b/backend/locales/en-US.json @@ -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", diff --git a/backend/locales/it-IT.json b/backend/locales/it-IT.json index e6f6625c..75d9ad69 100644 --- a/backend/locales/it-IT.json +++ b/backend/locales/it-IT.json @@ -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", |
