Merge pull request #565 from absorber/patch-2

UI/UX improvement: Better naming suggestion.
This commit is contained in:
DeepBlueV7.X 2021-04-29 22:15:11 +00:00 committed by GitHub
commit b160baba4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}