mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-17 06:37:45 +00:00
Make license spinbox in account setup translatable
This commit is contained in:
parent
f3e6882c19
commit
39c96079c8
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ FormCard.FormCardPage {
|
|||
|
||||
currentIndex: 0
|
||||
description: i18n("If the account holds multiple licenses, choose the preferred one.")
|
||||
model: ["Windows", "Steam", "macOS"]
|
||||
model: [i18n("Windows"), i18n("Steam"), i18n("macOS")]
|
||||
text: i18n("License")
|
||||
}
|
||||
FormCard.FormDelegateSeparator {
|
||||
|
|
Loading…
Add table
Reference in a new issue