From 6ac10963b0bf9679651afa04bc3e09384f1fa919 Mon Sep 17 00:00:00 2001 From: absorber Date: Thu, 29 Apr 2021 22:10:14 +0000 Subject: [PATCH] UI/UX improvement: Better naming suggestion. Copy address location -> Copy link location --- resources/qml/TimelineView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index 442047d5..e63ffdfc 100644 --- a/resources/qml/TimelineView.qml +++ b/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 }