diff --git a/plugins/share/kdeconnect_share_config.qml b/plugins/share/kdeconnect_share_config.qml index 44c6ba259..d66d95878 100644 --- a/plugins/share/kdeconnect_share_config.qml +++ b/plugins/share/kdeconnect_share_config.qml @@ -54,6 +54,6 @@ Kirigami.FormLayout { } QQC2.Label { - text: i18n("%1 in the path will be replaced with the specific device name") + text: i18n("%1 in the path will be replaced with the specific device name", "%1") } }