From 7ca816a60e0dbf78d0c2d03ce2ca4e9c8c2725ba Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Wed, 29 Oct 2025 10:23:31 +0100 Subject: [PATCH] Fix mobile app translation file syntax --- apps/mobile-app/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile-app/i18n/locales/en.json b/apps/mobile-app/i18n/locales/en.json index c117b05da..c29f11d02 100644 --- a/apps/mobile-app/i18n/locales/en.json +++ b/apps/mobile-app/i18n/locales/en.json @@ -53,7 +53,7 @@ "networkError": "Network request failed. Please check your internet connection and try again.", "networkErrorSelfHosted": "Network request failed. Check your network connection and server availability. For self-hosted instances, please ensure you have a valid SSL certificate installed. Self-signed certificates are not supported on mobile devices for security reasons.", "sessionExpired": "Your session has expired. Please login again.", - "httpError": "HTTP error: {{status}}", + "httpError": "HTTP error: {{status}}" }, "confirmLogout": "Are you sure you want to logout? You need to login again with your master password to access your vault.", "noAccountYet": "No account yet?",