Skip to content

Commit 9660c4b

Browse files
authored
Refactor store and fix bugs with it (#2348)
1 parent 73ddf2a commit 9660c4b

File tree

2 files changed

+147
-133
lines changed

2 files changed

+147
-133
lines changed

src/i18n/strings/en_EN.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,11 @@
5959
"backend_no_encryption": "Your system has a supported keyring but encryption is not available.",
6060
"backend_no_encryption_detail": "Electron has detected that encryption is not available on your keyring %(backend)s. Please ensure that you have the keyring installed. If you do have the keyring installed, please reboot and try again. Optionally, you can allow %(brand)s to use a weaker form of encryption.",
6161
"backend_no_encryption_title": "No encryption support",
62-
"unknown_backend_override": "Your system has an unsupported keyring meaning the database cannot be opened.",
63-
"unknown_backend_override_details": "Please check the logs for more details.",
64-
"unknown_backend_override_title": "Failed to load database",
6562
"unsupported_keyring": "Your system has an unsupported keyring meaning the database cannot be opened.",
66-
"unsupported_keyring_cta": "Use weaker encryption",
6763
"unsupported_keyring_detail": "Electron's keyring detection did not find a supported backend. You can attempt to manually configure the backend by starting %(brand)s with a command-line argument, a one-time operation. See %(link)s.",
68-
"unsupported_keyring_title": "System unsupported"
64+
"unsupported_keyring_title": "System unsupported",
65+
"unsupported_keyring_use_basic_text": "Use weaker encryption",
66+
"unsupported_keyring_use_plaintext": "Use no encryption"
6967
}
7068
},
7169
"view_menu": {

0 commit comments

Comments
 (0)