chore: fix typo (#1769)

This commit is contained in:
Nethius
2025-08-06 11:00:43 +08:00
committed by GitHub
parent d20ed4ad01
commit 2608ea4367

View File

@@ -71,7 +71,7 @@ PageType {
text: countryName
descriptionText: isWorkerExpired ? qsTr("The configuration needs to be reissued") : ""
hideDescription: isWorkerExpired : true : false
hideDescription: isWorkerExpired ? true : false
descriptionColor: AmneziaStyle.color.vibrantRed
leftImageSource: "qrc:/countriesFlags/images/flagKit/" + countryImageCode + ".svg"