mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
UI/UX improvement: Better naming suggestion.
Copy address location -> Copy link location
This commit is contained in:
parent
2d678bdcf6
commit
6ac10963b0
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ Page {
|
||||||
Platform.MenuItem {
|
Platform.MenuItem {
|
||||||
visible: messageContextMenu.link
|
visible: messageContextMenu.link
|
||||||
enabled: visible
|
enabled: visible
|
||||||
text: qsTr("Copy address location")
|
text: qsTr("Copy link location")
|
||||||
onTriggered: Clipboard.text = messageContextMenu.link
|
onTriggered: Clipboard.text = messageContextMenu.link
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue