aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings/services/EditServiceForm.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/settings/services/EditServiceForm.js')
-rw-r--r--src/components/settings/services/EditServiceForm.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/settings/services/EditServiceForm.js b/src/components/settings/services/EditServiceForm.js
index f0e791b87..fcf540ba0 100644
--- a/src/components/settings/services/EditServiceForm.js
+++ b/src/components/settings/services/EditServiceForm.js
@@ -125,12 +125,12 @@ const messages = defineMessages({
125 }, 125 },
126 proxyRestartInfo: { 126 proxyRestartInfo: {
127 id: 'settings.service.form.proxy.restartInfo', 127 id: 'settings.service.form.proxy.restartInfo',
128 defaultMessage: 'Please restart Ferdi after changing proxy Settings.', 128 defaultMessage: 'Please restart Ferdium after changing proxy Settings.',
129 }, 129 },
130 proxyInfo: { 130 proxyInfo: {
131 id: 'settings.service.form.proxy.info', 131 id: 'settings.service.form.proxy.info',
132 defaultMessage: 132 defaultMessage:
133 'Proxy settings will not be synchronized with the Ferdi servers.', 133 'Proxy settings will not be synchronized with the Ferdium servers.',
134 }, 134 },
135}); 135});
136 136