aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/components/auth/Login.js2
-rw-r--r--src/i18n/locales/en-US.json2
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({
42 }, 42 },
43 customServerSuggestion: { 43 customServerSuggestion: {
44 id: 'login.customServerSuggestion', 44 id: 'login.customServerSuggestion',
45 defaultMessage: 'Try importing your Franz account into Ferdium', 45 defaultMessage: 'Try importing your Franz account',
46 }, 46 },
47 tokenExpired: { 47 tokenExpired: {
48 id: 'login.tokenExpired', 48 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 @@
457 "workspaceDrawer.workspaceFeatureInfo": "<p>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.</p><p>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.</p>", 457 "workspaceDrawer.workspaceFeatureInfo": "<p>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.</p><p>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.</p>",
458 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 458 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
459 "workspaces.switchingIndicator.switchingTo": "Switching to" 459 "workspaces.switchingIndicator.switchingTo": "Switching to"
460} 460} \ No newline at end of file