aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-07 22:44:40 -0400
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-07 22:44:40 -0400
commit0e88640430b86efc63c934bfcecc527c625d9059 (patch)
tree88615bb77294a3d14de3d7be24f14eba9769b890 /src
parent6.0.0-nightly.29 [skip ci] (diff)
downloadferdium-app-0e88640430b86efc63c934bfcecc527c625d9059.tar.gz
ferdium-app-0e88640430b86efc63c934bfcecc527c625d9059.tar.zst
ferdium-app-0e88640430b86efc63c934bfcecc527c625d9059.zip
Fix i18n message
Diffstat (limited to 'src')
-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