fix(Contacts): "Unblock User" i18n ID doesn't have a translation

Fixes #840
This commit is contained in:
Pascal Precht 2020-09-08 09:34:24 +02:00 committed by Iuri Matias
parent 4bea011417
commit 5b4830fe17
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ Rectangle {
icon.width: menuButton.iconSize
icon.height: menuButton.iconSize
icon.color: Style.current.red
text: qsTrId("unblock-user")
text: qsTr("Unblock User")
enabled: container.isBlocked
onTriggered: {
profileModel.unblockContact(address)