From 695e110794e62d8c9f605fba6c5c0e59e3df4468 Mon Sep 17 00:00:00 2001 From: Ekaterina Gerasimova Date: Mon, 18 Oct 2021 12:29:20 +0100 Subject: [PATCH] Improve capitalisation in string Remove random mid-sentence capitalisation in Security Phrase dialog. The dialog will change at some point but for now lets make it more human readable. Fixes #19429 --- .../views/dialogs/security/AccessSecretStorageDialog.tsx | 2 +- src/i18n/strings/en_EN.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/views/dialogs/security/AccessSecretStorageDialog.tsx b/src/components/views/dialogs/security/AccessSecretStorageDialog.tsx index 5ab87626b6..5715e504d4 100644 --- a/src/components/views/dialogs/security/AccessSecretStorageDialog.tsx +++ b/src/components/views/dialogs/security/AccessSecretStorageDialog.tsx @@ -334,7 +334,7 @@ export default class AccessSecretStorageDialog extends React.PureComponent

{ _t( - "Enter your Security Phrase or to continue.", {}, + "Enter your Security Phrase or to continue.", {}, { button: s => Use your Security Key to continue.": "Enter your Security Phrase or to continue.", + "Enter your Security Phrase or to continue.": "Enter your Security Phrase or to continue.", "Security Key": "Security Key", "Use your Security Key to continue.": "Use your Security Key to continue.", "Destroy cross-signing keys?": "Destroy cross-signing keys?",