Fix string

This commit is contained in:
Tobias Fella
2023-10-31 17:13:05 +01:00
parent 8af20885ab
commit 7a45640e5e

View File

@@ -26,7 +26,7 @@ FormCard.FormCardPage {
} }
FormCard.FormTextDelegate { FormCard.FormTextDelegate {
text: connection.encryptionKey text: connection.encryptionKey
description: i18n("Encryption Key") description: i18n("Encryption key")
} }
FormCard.FormTextDelegate { FormCard.FormTextDelegate {
text: connection.deviceId text: connection.deviceId