mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-14 08:36:39 +00:00
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…
x
Reference in New Issue
Block a user