Update settings-display-ui-handler.ts

This commit is contained in:
Lugiad 2024-10-28 16:08:12 +01:00 committed by GitHub
parent ca904c337b
commit 7a87c6a19d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,8 +31,8 @@ export default class SettingsDisplayUiHandler extends AbstractSettingsUiHandler
break; break;
case "es": case "es":
this.settings[languageIndex].options[0] = { this.settings[languageIndex].options[0] = {
value: "Español", value: "Español (ES)",
label: "Español", label: "Español (ES)",
}; };
break; break;
case "it": case "it":