aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Login.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-08 10:19:42 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-08 10:19:42 +0200
commit938d519b992656126b690d8de2b054d4e6566a1d (patch)
treec2eaa72d448e6ad725e16fc35c332d610fab01bc /src/components/auth/Login.js
parent#87 Use FERDI_APPDATA_DIR instead of FERDI_USERDATA_DIR (diff)
downloadferdium-app-938d519b992656126b690d8de2b054d4e6566a1d.tar.gz
ferdium-app-938d519b992656126b690d8de2b054d4e6566a1d.tar.zst
ferdium-app-938d519b992656126b690d8de2b054d4e6566a1d.zip
Switch to custom Ferdi API
Diffstat (limited to 'src/components/auth/Login.js')
-rw-r--r--src/components/auth/Login.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/auth/Login.js b/src/components/auth/Login.js
index 270dff30b..eea5a09bf 100644
--- a/src/components/auth/Login.js
+++ b/src/components/auth/Login.js
@@ -36,11 +36,11 @@ const messages = defineMessages({
36 }, 36 },
37 customServerQuestion: { 37 customServerQuestion: {
38 id: 'login.customServerQuestion', 38 id: 'login.customServerQuestion',
39 defaultMessage: '!!!Using a custom Ferdi server?', 39 defaultMessage: '!!!Using a Franz account to log in?',
40 }, 40 },
41 customServerSuggestion: { 41 customServerSuggestion: {
42 id: 'login.customServerSuggestion', 42 id: 'login.customServerSuggestion',
43 defaultMessage: '!!!Try importing your Franz account', 43 defaultMessage: '!!!Try importing your Franz account into Ferdi',
44 }, 44 },
45 tokenExpired: { 45 tokenExpired: {
46 id: 'login.tokenExpired', 46 id: 'login.tokenExpired',