From 627ced3838958ed3653b440031c720017efa65f0 Mon Sep 17 00:00:00 2001 From: Zoe Date: Tue, 11 Feb 2020 13:17:18 +0000 Subject: [PATCH 1/2] quick fix for cross-signing reset bug --- src/components/views/settings/CrossSigningPanel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/views/settings/CrossSigningPanel.js b/src/components/views/settings/CrossSigningPanel.js index 95b9f76858..b39ed4808b 100644 --- a/src/components/views/settings/CrossSigningPanel.js +++ b/src/components/views/settings/CrossSigningPanel.js @@ -157,13 +157,13 @@ export default class CrossSigningPanel extends React.PureComponent { {_t("Bootstrap cross-signing and secret storage")} ; - } else { + } /*else { // TODO https://github.com/vector-im/riot-web/issues/12221 bootstrapButton =
{_t("Reset cross-signing and secret storage")}
; - } + }*/ return (
From cbb0ad6621659fc7e403ab064afc06853ff09127 Mon Sep 17 00:00:00 2001 From: Zoe Date: Tue, 11 Feb 2020 13:20:27 +0000 Subject: [PATCH 2/2] god i hate the i18n linter --- src/i18n/strings/en_EN.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 940777c1c7..1c1b5158ca 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -559,7 +559,6 @@ "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.", "Cross-signing and secret storage are not yet set up.": "Cross-signing and secret storage are not yet set up.", "Bootstrap cross-signing and secret storage": "Bootstrap cross-signing and secret storage", - "Reset cross-signing and secret storage": "Reset cross-signing and secret storage", "Cross-signing public keys:": "Cross-signing public keys:", "in memory": "in memory", "not found": "not found",