fix(CommunitySettings/Tokens): Updated page title

Closes #12648
This commit is contained in:
Alexandra Betouni 2023-11-17 18:18:13 +02:00
parent 7830310591
commit 9665e07146
1 changed files with 1 additions and 2 deletions

View File

@ -316,8 +316,7 @@ StackView {
property string referenceName: ""
property string referenceSymbol: ""
title: optionsTab.currentItem === assetsTab
? qsTr("Mint asset") : qsTr("Mint collectible")
title: qsTr("Mint token")
contentItem: ColumnLayout {
width: root.viewWidth