summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 091e53969..e6efae9e9 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -526,7 +526,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
}
Kirigami.Action {
- text: qsTr("Enable verbose logging")
+ text: qsTr("Enable verbose logging (currently: %1)").arg(manager.verboseEnabled)
onTriggered: {
showPassiveNotification(qsTr("Not persistent"), 3000)
globalDrawer.close()