fix(@desktop/wallet): `Wallet -> Settings -> Account order` - wrong copy when having single account

Fixes: #11512
This commit is contained in:
Sale Djenic 2023-07-18 16:21:12 +02:00 committed by saledjenic
parent 0cc91fb315
commit 32cac8a8cc
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ StatusListView {
property WalletStore walletStore
header: StatusBaseText {
text: qsTr("Move your most freqently used accounts to the top of your wallet list")
text: accountsList.count > 1? qsTr("Move your most freqently used accounts to the top of your wallet list") :
qsTr("This account looks a little lonely. Add another account to enable re-ordering.")
color: Theme.palette.baseColor1
font.pixelSize: Style.current.primaryTextFontSize
bottomPadding: Style.current.padding