aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-09-18 14:43:59 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-09-18 14:43:59 +0200
commitee9c2c157994979b98bec5874b9eda2af9b2f497 (patch)
tree21aaa73f811b24d617c0020fb0243ff08ff6e052 /src/components
parentMinor edits to copy (diff)
downloadferdium-app-ee9c2c157994979b98bec5874b9eda2af9b2f497.tar.gz
ferdium-app-ee9c2c157994979b98bec5874b9eda2af9b2f497.tar.zst
ferdium-app-ee9c2c157994979b98bec5874b9eda2af9b2f497.zip
Fix todo server info
Diffstat (limited to 'src/components')
-rw-r--r--src/components/settings/settings/EditSettingsForm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/settings/settings/EditSettingsForm.js b/src/components/settings/settings/EditSettingsForm.js
index 0152857a6..ef6ab2707 100644
--- a/src/components/settings/settings/EditSettingsForm.js
+++ b/src/components/settings/settings/EditSettingsForm.js
@@ -28,7 +28,7 @@ const messages = defineMessages({
28 }, 28 },
29 todoServerInfo: { 29 todoServerInfo: {
30 id: 'settings.app.todoServerInfo', 30 id: 'settings.app.todoServerInfo',
31 defaultMessage: '!!!This server will be used for the "Franz Todo" feature. The default server will only work for premium users. (default: https://app.franztodos.com)', 31 defaultMessage: '!!!This server will be used for the "Franz Todo" feature. (default: https://app.franztodos.com)',
32 }, 32 },
33 lockedPassword: { 33 lockedPassword: {
34 id: 'settings.app.lockedPassword', 34 id: 'settings.app.lockedPassword',