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
1 changed files with 2 additions and 2 deletions

View File

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