aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/services/content
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-09 21:31:46 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-09 16:21:54 +0000
commit8b2d3db622d1087d0e2e6dee4f1ee202bd6bd767 (patch)
tree349cfc6c80559767845af61ef1b19e7191199053 /src/components/services/content
parentchore: upgraded 'electron-builder' to '22.12.0' (diff)
downloadferdium-app-8b2d3db622d1087d0e2e6dee4f1ee202bd6bd767.tar.gz
ferdium-app-8b2d3db622d1087d0e2e6dee4f1ee202bd6bd767.tar.zst
ferdium-app-8b2d3db622d1087d0e2e6dee4f1ee202bd6bd767.zip
feat: added new Help menu item to allow easy import/export of config data
Diffstat (limited to 'src/components/services/content')
-rw-r--r--src/components/services/content/Services.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/services/content/Services.js b/src/components/services/content/Services.js
index fbf884f0a..bb93ff7d4 100644
--- a/src/components/services/content/Services.js
+++ b/src/components/services/content/Services.js
@@ -30,7 +30,7 @@ const messages = defineMessages({
30 }, 30 },
31 serverInfo: { 31 serverInfo: {
32 id: 'services.serverInfo', 32 id: 'services.serverInfo',
33 defaultMessage: '!!!Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.', 33 defaultMessage: '!!!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!',
34 }, 34 },
35}); 35});
36 36