mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-14 08:36:39 +00:00
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:
parent
046e1d1073
commit
4188193e0e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user