mirror of
https://github.com/status-im/status-desktop.git
synced 2025-03-02 23:41:18 +00:00
fix(@desktop/wallet): Wallet -> Settings -> Account order
- wrong copy when having single account
Fixes: #11512
This commit is contained in:
parent
0cc91fb315
commit
32cac8a8cc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user