aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings/services
diff options
context:
space:
mode:
authorLibravatar Aditya Mangalampalli <aditya.mangalampalli@gmail.com>2022-04-15 02:00:25 -0700
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-16 21:57:57 +0530
commit210131ca184c3aa043371857c022aa1aa149efbf (patch)
tree6bc4e10a1540e55a66146c099bc468a12287425e /src/components/settings/services
parentUpdate submodule url to ferdium-recipes (#1) (diff)
downloadferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.gz
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.zst
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.zip
Matched casing for almost all replacements
Diffstat (limited to 'src/components/settings/services')
-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