fix(Contacts): "Unblock User" i18n ID doesn't have a translation
Fixes #840
This commit is contained in:
parent
4bea011417
commit
5b4830fe17
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue