UI/UX improvement: Better naming suggestion.

Copy address location -> Copy link location
pull/565/head
absorber 4 years ago committed by GitHub
parent 2d678bdcf6
commit 6ac10963b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      resources/qml/TimelineView.qml

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

Loading…
Cancel
Save