aboutsummaryrefslogtreecommitdiffstats
path: root/locales
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-04-20 00:28:38 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:55:01 +0200
commit9462cec9a7dc5b6722df464559721cd2445636e6 (patch)
tree08a266cc2c6d65e55ffe76b279f310d1cf517bdd /locales
parentfix(renderer): Improve appearance in small windows (diff)
downloadsophie-9462cec9a7dc5b6722df464559721cd2445636e6.tar.gz
sophie-9462cec9a7dc5b6722df464559721cd2445636e6.tar.zst
sophie-9462cec9a7dc5b6722df464559721cd2445636e6.zip
feat: Always show location bar on error
The location bar should be visible on error page to let people see and change the URL if needed. Additionally, it must be visible on insecure connections to show people that the connection if not secure. In the future, the location bar should also be shown if the loaded website is uncommon in the context of the current service, i.e., it is not explcitly allowlisted by the recipe. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'locales')
-rw-r--r--locales/en/translation.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/locales/en/translation.json b/locales/en/translation.json
index d04f1f3..74320f3 100644
--- a/locales/en/translation.json
+++ b/locales/en/translation.json
@@ -31,9 +31,11 @@
31 } 31 }
32 }, 32 },
33 "securityLabel": { 33 "securityLabel": {
34 "unspecific": "Unknown error",
34 "notSecureConnection": "Not secure", 35 "notSecureConnection": "Not secure",
35 "secureConnection": "Secure connection", 36 "secureConnection": "Secure connection",
36 "unknownSite": "Unknown site" 37 "certificateError": "Certificate error",
38 "invalidURL": "Invalid URL"
37 }, 39 },
38 "service": { 40 "service": {
39 "title": { 41 "title": {