aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/components/settings/settings/EditSettingsForm.js2
-rw-r--r--src/i18n/locales/en-US.json2
-rw-r--r--src/i18n/messages/src/components/settings/settings/EditSettingsForm.json2
3 files changed, 3 insertions, 3 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',
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 122739d03..752f23eb8 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -245,7 +245,7 @@
245 "settings.app.restartRequired": "Changes require restart", 245 "settings.app.restartRequired": "Changes require restart",
246 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.", 246 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
247 "settings.app.subheadlineCache": "Cache", 247 "settings.app.subheadlineCache": "Cache",
248 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. The default server will only work for premium users. (default: https://app.franztodos.com)", 248 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
249 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 249 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
250 "settings.app.updateStatusAvailable": "Update available, downloading...", 250 "settings.app.updateStatusAvailable": "Update available, downloading...",
251 "settings.app.updateStatusSearching": "Is searching for update", 251 "settings.app.updateStatusSearching": "Is searching for update",
diff --git a/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json b/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json
index 125fcf0b9..c8d85f1af 100644
--- a/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json
+++ b/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json
@@ -40,7 +40,7 @@
40 }, 40 },
41 { 41 {
42 "id": "settings.app.todoServerInfo", 42 "id": "settings.app.todoServerInfo",
43 "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)", 43 "defaultMessage": "!!!This server will be used for the \"Franz Todo\" feature. (default: https://app.franztodos.com)",
44 "file": "src/components/settings/settings/EditSettingsForm.js", 44 "file": "src/components/settings/settings/EditSettingsForm.js",
45 "start": { 45 "start": {
46 "line": 29, 46 "line": 29,