fix: Rename "Communities Portal" button tooltip to "Discover Communities"
Closes #8480
This commit is contained in:
parent
cde6c53318
commit
f01359de76
|
@ -605,7 +605,7 @@ QtObject {
|
||||||
case Constants.appSection.node:
|
case Constants.appSection.node:
|
||||||
return qsTr("Node Management")
|
return qsTr("Node Management")
|
||||||
case Constants.appSection.communitiesPortal:
|
case Constants.appSection.communitiesPortal:
|
||||||
return qsTr("Communities Portal")
|
return qsTr("Discover Communities")
|
||||||
default:
|
default:
|
||||||
return fallback
|
return fallback
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue