summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-10-16 03:03:55 +0000
committerGitHub <noreply@github.com>2021-10-16 03:03:55 +0000
commit4dce2bce7b589ad93606b7e99971c71b6f0b2ed4 (patch)
tree834923ebaa44e51805aa968b28b5e8a751458dfa /resources
parentUpdate translation files (diff)
parentUse correct Monopoly quote (diff)
downloadnheko-4dce2bce7b589ad93606b7e99971c71b6f0b2ed4.tar.xz
Merge pull request #764 from ISSOtm/patch-1
Use correct Monopoly quote
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/SelfVerificationCheck.qml2
1 files changed, 1 insertions, 1 deletions
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 }