From 7a45640e5ec67da20c888a34748395079dd81100 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Tue, 31 Oct 2023 17:13:05 +0100 Subject: [PATCH] Fix string --- src/qml/Security.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/Security.qml b/src/qml/Security.qml index 0c859ab7f..e021091eb 100644 --- a/src/qml/Security.qml +++ b/src/qml/Security.qml @@ -26,7 +26,7 @@ FormCard.FormCardPage { } FormCard.FormTextDelegate { text: connection.encryptionKey - description: i18n("Encryption Key") + description: i18n("Encryption key") } FormCard.FormTextDelegate { text: connection.deviceId