Skip to content
Snippets Groups Projects
Unverified Commit b160baba authored by Nicolas Werner's avatar Nicolas Werner Committed by GitHub
Browse files

Merge pull request #565 from absorber/patch-2

UI/UX improvement: Better naming suggestion.
parents 2d678bdc 6ac10963
No related branches found
No related tags found
No related merge requests found
Pipeline #1081 passed
......@@ -127,7 +127,7 @@ Page {
Platform.MenuItem {
visible: messageContextMenu.link
enabled: visible
text: qsTr("Copy address location")
text: qsTr("Copy link location")
onTriggered: Clipboard.text = messageContextMenu.link
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment