From 2bfc10dab4da4755feef2c91cad0b78fc76dc75e Mon Sep 17 00:00:00 2001
From: Arche <66189242+arche-dev@users.noreply.github.com>
Date: Sat, 7 Aug 2021 01:03:54 +0000
Subject: [PATCH 1/2] Capitalize "password"
---
src/app/molecules/import-e2e-room-keys/ImportE2ERoomKeys.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/molecules/import-e2e-room-keys/ImportE2ERoomKeys.jsx b/src/app/molecules/import-e2e-room-keys/ImportE2ERoomKeys.jsx
index 93150762..ef4cacf6 100644
--- a/src/app/molecules/import-e2e-room-keys/ImportE2ERoomKeys.jsx
+++ b/src/app/molecules/import-e2e-room-keys/ImportE2ERoomKeys.jsx
@@ -91,7 +91,7 @@ function ImportE2ERoomKeys() {
)}
{keyFile === null && }
-
+
{ isImporting && status !== null && (
From 28857473b22403c2a3ac47887fe2600f7dedf2b2 Mon Sep 17 00:00:00 2001
From: Arche <66189242+arche-dev@users.noreply.github.com>
Date: Sat, 7 Aug 2021 01:05:10 +0000
Subject: [PATCH 2/2] Clarify text
---
src/app/organisms/settings/Settings.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/organisms/settings/Settings.jsx b/src/app/organisms/settings/Settings.jsx
index 554bddab..54c5f5d6 100644
--- a/src/app/organisms/settings/Settings.jsx
+++ b/src/app/organisms/settings/Settings.jsx
@@ -54,7 +54,7 @@ function SecuritySection() {
title="Import E2E room keys"
content={(
<>
- {'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.'}
+ {'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.'}
>
)}