diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-02-04 11:35:30 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-02-04 11:35:55 +0100 |
| commit | 3b9973552ec613b37fb511f3a0ae24dacb1e4366 (patch) | |
| tree | ee1c829812dea2f285effd86d87d72d268a9c76f | |
| parent | 628db7e656ce515c394765923293f33205f1e2e8 (diff) | |
EncryptionPopup.yml: Reverse elements
| -rw-r--r-- | EncryptionPopup.qml | 4 |
1 files changed, 2 insertions, 2 deletions
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" } } } |
