mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-17 14:47: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
|
currentIndex: 0
|
||||||
description: i18n("If the account holds multiple licenses, choose the preferred one.")
|
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")
|
text: i18n("License")
|
||||||
}
|
}
|
||||||
FormCard.FormDelegateSeparator {
|
FormCard.FormDelegateSeparator {
|
||||||
|
|
Loading…
Add table
Reference in a new issue