Update starter-select-ui-handler.ts

pull/726/merge^2
Lugiad 2024-05-13 20:08:19 +02:00 committed by GitHub
parent b7675a8050
commit 49a1f3a1af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -28,5 +28,7 @@ export const starterSelectUiHandler: SimpleTranslationEntries = {
"cycleNature": 'N: Cycle Nature',
"cycleVariant": 'V: Cycle Variant',
"enablePassive": "Enable Passive",
"disablePassive": "Disable Passive"
}
"disablePassive": "Disable Passive",
"locked": "Locked",
"disabled": "Disabled"
}