summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r--mobile-widgets/qml/About.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/About.qml b/mobile-widgets/qml/About.qml
index 6d3bb28a3..4c3fe6924 100644
--- a/mobile-widgets/qml/About.qml
+++ b/mobile-widgets/qml/About.qml
@@ -59,7 +59,7 @@ Kirigami.ScrollablePage {
SsrfButton {
id: copyAppLogToClipboard
Layout.alignment: Qt.AlignHCenter
- text: qsTr("Copy app log to clipboard")
+ text: qsTr("Copy logs to clipboard")
onClicked: {
manager.copyAppLogToClipboard()
rootItem.returnTopPage()