Make sure %1 is kept in the final string

This commit is contained in:
Albert Vaca Cintora 2023-09-18 23:28:56 +02:00
parent 0c4fd6eaeb
commit 6df3d093e1

View file

@ -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")
}
}