Clarify text
authorArche <66189242+arche-dev@users.noreply.github.com>
Sat, 7 Aug 2021 01:05:10 +0000 (01:05 +0000)
committerGitHub <noreply@github.com>
Sat, 7 Aug 2021 01:05:10 +0000 (01:05 +0000)
src/app/organisms/settings/Settings.jsx

index 554bddabf2f535377e600d2232cf05816bfa3722..54c5f5d6b4c85a7a4a590ce26915a8c2b3f81c9e 100644 (file)
@@ -54,7 +54,7 @@ function SecuritySection() {
         title="Import E2E room keys"
         content={(
           <>
-            <Text variant="b3">{'To decrypt older messages, Export E2EE room keys from Element (Settings > Security & Privacy > Encryption > Cryptography) and import them here. Imported keys are also encrypted so you have to enter account password.'}</Text>
+            <Text variant="b3">{'To decrypt older messages, Export E2EE room keys from Element (Settings > Security & Privacy > Encryption > Cryptography) and import them here. Imported keys are encrypted so you\'ll have to enter the password you set in order to decrypt it.'}</Text>
             <ImportE2ERoomKeys />
           </>
         )}