From a0e1f97f2c56b69e39922eb90eb33280b481ff8f Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Fri, 15 Oct 2021 19:14:57 +0200 Subject: [PATCH] Use correct Monopoly quote Hi if you're reading this commit message wondering "what the fuck?" --- resources/qml/SelfVerificationCheck.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/SelfVerificationCheck.qml b/resources/qml/SelfVerificationCheck.qml index a12bfc61..98a5d2dc 100644 --- a/resources/qml/SelfVerificationCheck.qml +++ b/resources/qml/SelfVerificationCheck.qml @@ -35,7 +35,7 @@ Item { Layout.margins: Nheko.paddingMedium Layout.maximumWidth: (Overlay.overlay ? Overlay.overlay.width : 400) - Nheko.paddingMedium * 4 Layout.fillWidth: true - text: qsTr("This is your recovery key. You will need it to restore access to your encrypted messages and verification keys. Keep this safe. Don't share it with anyone and don't lose it! Don't go to start! Don't draw $200 from the bank!") + text: qsTr("This is your recovery key. You will need it to restore access to your encrypted messages and verification keys. Keep this safe. Don't share it with anyone and don't lose it! Do not pass go! Do not collect $200!") color: Nheko.colors.text wrapMode: Text.Wrap }