Skip to content

Commit

Permalink
fix(Profile): Wallet connected dapps count label
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Aug 7, 2022
1 parent 430c5eb commit c6c76a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/AppLayouts/Profile/views/wallet/MainView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Column {
height: 64
width: parent.width
onClicked: goToDappPermissionsView()
label: qsTr("%n DApp(s) connected", "", root.walletStore.dappList.count)
components: [
StatusIcon {
icon: "chevron-down"
Expand Down

0 comments on commit c6c76a1

Please sign in to comment.