From d096538156e24591c7dcf1f2c2367dbc3bdd458d Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Mon, 15 Apr 2024 10:55:40 +0200 Subject: [PATCH] MOBILE-4470 login: Fix unsupported site message --- src/core/features/login/lang.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/features/login/lang.json b/src/core/features/login/lang.json index a3b4e91e8..2f14dfa99 100644 --- a/src/core/features/login/lang.json +++ b/src/core/features/login/lang.json @@ -120,7 +120,7 @@ "supplyinfo": "More details", "toggleremove": "Edit accounts list", "unsupportedsite": "Site not accessible through the app", - "unsupportedsitemessage": "{{site}} can't be accessed through this app.\nYou can still access it using a web browser", + "unsupportedsitemessage": "{{site}} can't be accessed through this app.

You can still access it using a web browser.", "username": "Username", "usernamelowercase": "Only lowercase letters allowed", "usernameoremail": "Enter either username or email address",