fix(ProfileDialogView): Wrong name "Tokens" in Profile preview

Tokens -> Assets
NFTs -> Collectibles

(to be consistent with the rest of the app)

Fixes #8716
This commit is contained in:
Lukáš Tinkl 2022-12-13 10:43:57 +01:00 committed by Lukáš Tinkl
parent 046e1d1073
commit 4188193e0e

View File

@ -669,11 +669,11 @@ Pane {
StatusTabButton { StatusTabButton {
leftPadding: 0 leftPadding: 0
width: implicitWidth width: implicitWidth
text: qsTr("Tokens") text: qsTr("Assets")
} }
StatusTabButton { StatusTabButton {
width: implicitWidth width: implicitWidth
text: qsTr("NFTs") text: qsTr("Collectibles")
} }
StatusTabButton { StatusTabButton {
width: implicitWidth width: implicitWidth