mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Merge pull request #565 from absorber/patch-2
UI/UX improvement: Better naming suggestion.
This commit is contained in:
commit
b160baba4e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue