aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
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/components
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/components')
-rw-r--r--src/components/auth/Login.js2
1 files changed, 1 insertions, 1 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',