aboutsummaryrefslogtreecommitdiff
path: root/components/LineEdit.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/LineEdit.qml')
-rw-r--r--components/LineEdit.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/LineEdit.qml b/components/LineEdit.qml
index c76f46f9..95ba1369 100644
--- a/components/LineEdit.qml
+++ b/components/LineEdit.qml
@@ -126,7 +126,7 @@ Item {
MoneroComponents.LabelButton {
id: copyButtonId
- text: qsTr("Copy")
+ text: qsTr("Copy") + translationManager.emptyString
anchors.right: parent.right
onClicked: {
if (input.text.length > 0) {