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 +- src/i18n/locales/en-US.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index b7ccf371e..8a971cb6a 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -457,4 +457,4 @@ "workspaceDrawer.workspaceFeatureInfo": "

Ferdium Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.

You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.

", "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", "workspaces.switchingIndicator.switchingTo": "Switching to" -} +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf