From 3b9973552ec613b37fb511f3a0ae24dacb1e4366 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Wed, 4 Feb 2026 11:35:30 +0100 Subject: EncryptionPopup.yml: Reverse elements --- EncryptionPopup.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'EncryptionPopup.qml') diff --git a/EncryptionPopup.qml b/EncryptionPopup.qml index a8e58af..effaf4e 100644 --- a/EncryptionPopup.qml +++ b/EncryptionPopup.qml @@ -22,12 +22,12 @@ Popup { ListElement { - text: "OMEMO" + text: qsTr("Unencrypted") } ListElement { - text: qsTr("Unencrypted") + text: "OMEMO" } } } -- cgit v1.2.3