diff --git a/ui/app/AppLayouts/Profile/views/MyProfileView.qml b/ui/app/AppLayouts/Profile/views/MyProfileView.qml index a11e208083..964f76c4a3 100644 --- a/ui/app/AppLayouts/Profile/views/MyProfileView.qml +++ b/ui/app/AppLayouts/Profile/views/MyProfileView.qml @@ -137,7 +137,7 @@ ColumnLayout { tooltip.text: qsTr("Copy to clipboard") icon.name: "copy" iconButton.onClicked: { - root.profileStore.copyToClipboard(root.profileStore.pubkey) + root.profileStore.copyToClipboard(subTitle) tooltip.visible = !tooltip.visible } }