aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/services/content/Services.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/services/content/Services.js')
-rw-r--r--src/components/services/content/Services.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/services/content/Services.js b/src/components/services/content/Services.js
index 9b43ea177..b38b0e3c3 100644
--- a/src/components/services/content/Services.js
+++ b/src/components/services/content/Services.js
@@ -17,16 +17,16 @@ const messages = defineMessages({
17 }, 17 },
18 login: { 18 login: {
19 id: 'services.login', 19 id: 'services.login',
20 defaultMessage: 'Please login to use Ferdi.', 20 defaultMessage: 'Please login to use Ferdium.',
21 }, 21 },
22 serverless: { 22 serverless: {
23 id: 'services.serverless', 23 id: 'services.serverless',
24 defaultMessage: 'Use Ferdi without an Account', 24 defaultMessage: 'Use Ferdium without an Account',
25 }, 25 },
26 serverInfo: { 26 serverInfo: {
27 id: 'services.serverInfo', 27 id: 'services.serverInfo',
28 defaultMessage: 28 defaultMessage:
29 'Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!', 29 'Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!',
30 }, 30 },
31}); 31});
32 32