From 0e88640430b86efc63c934bfcecc527c625d9059 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 7 May 2022 22:44:40 -0400 Subject: Fix i18n message --- src/components/auth/Login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/auth/Login.js b/src/components/auth/Login.js index bafa37c07..d6c9e6feb 100644 --- a/src/components/auth/Login.js +++ b/src/components/auth/Login.js @@ -42,7 +42,7 @@ const messages = defineMessages({ }, customServerSuggestion: { id: 'login.customServerSuggestion', - defaultMessage: 'Try importing your Franz account into Ferdium', + defaultMessage: 'Try importing your Franz account', }, tokenExpired: { id: 'login.tokenExpired', -- cgit v1.2.3-54-g00ecf