aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/settings/SettingsLog.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/settings/SettingsLog.qml b/pages/settings/SettingsLog.qml
index 55a6d6e8..da7dbc8a 100644
--- a/pages/settings/SettingsLog.qml
+++ b/pages/settings/SettingsLog.qml
@@ -217,7 +217,7 @@ Rectangle {
property int currentCommandIndex
enabled: !persistentSettings.useRemoteNode
fontBold: false
- placeholderText: qsTr("command + enter (e.g 'help' or 'status')") + translationManager.emptyString
+ placeholderText: qsTr("Type a command (e.g '%1' or '%2') and press Enter").arg("help").arg("status") + translationManager.emptyString
placeholderFontSize: 16
Keys.onUpPressed: {
if (currentCommandIndex != 0) {