aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-09-05 12:02:56 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-09-05 12:02:56 +0200
commit2e6902a0ef00a1e07ebabce3a2f61e6efc92c726 (patch)
tree0d4dc208047d475753202e10f0036186a8bcc59c /src
parentRevert "create test build" (diff)
downloadferdium-app-2e6902a0ef00a1e07ebabce3a2f61e6efc92c726.tar.gz
ferdium-app-2e6902a0ef00a1e07ebabce3a2f61e6efc92c726.tar.zst
ferdium-app-2e6902a0ef00a1e07ebabce3a2f61e6efc92c726.zip
polish todo preview text
Diffstat (limited to 'src')
-rw-r--r--src/features/todos/components/TodosWebview.js4
-rw-r--r--src/features/todos/store.js1
-rw-r--r--src/i18n/locales/en-US.json6
-rw-r--r--src/i18n/messages/src/features/todos/components/TodosWebview.json4
4 files changed, 8 insertions, 7 deletions
diff --git a/src/features/todos/components/TodosWebview.js b/src/features/todos/components/TodosWebview.js
index fa530daed..44c94a3ff 100644
--- a/src/features/todos/components/TodosWebview.js
+++ b/src/features/todos/components/TodosWebview.js
@@ -17,7 +17,7 @@ const CLOSE_TODOS_BUTTON_SIZE = 35;
17const messages = defineMessages({ 17const messages = defineMessages({
18 premiumInfo: { 18 premiumInfo: {
19 id: 'feature.todos.premium.info', 19 id: 'feature.todos.premium.info',
20 defaultMessage: '!!!The Franz Todos Preview is currently only available for Franz Premium accounts.', 20 defaultMessage: '!!!Franz Todos are available to premium users now!',
21 }, 21 },
22 upgradeCTA: { 22 upgradeCTA: {
23 id: 'feature.todos.premium.upgrade', 23 id: 'feature.todos.premium.upgrade',
@@ -25,7 +25,7 @@ const messages = defineMessages({
25 }, 25 },
26 rolloutInfo: { 26 rolloutInfo: {
27 id: 'feature.todos.premium.rollout', 27 id: 'feature.todos.premium.rollout',
28 defaultMessage: '!!!Franz Todos will be available to everyone soon.', 28 defaultMessage: '!!!Everyone else will have to wait a little longer.',
29 }, 29 },
30}); 30});
31 31
diff --git a/src/features/todos/store.js b/src/features/todos/store.js
index 5c6abff4c..4691c90ea 100644
--- a/src/features/todos/store.js
+++ b/src/features/todos/store.js
@@ -30,6 +30,7 @@ export default class TodoStore extends FeatureStore {
30 } 30 }
31 31
32 @computed get isTodosPanelVisible() { 32 @computed get isTodosPanelVisible() {
33 console.log('isTodosPanelVisible', 'delayAppState.isDelayAppScreenVisible', delayAppState.isDelayAppScreenVisible);
33 if (delayAppState.isDelayAppScreenVisible) return false; 34 if (delayAppState.isDelayAppScreenVisible) return false;
34 if (this.settings.isTodosPanelVisible === undefined) return DEFAULT_TODOS_VISIBLE; 35 if (this.settings.isTodosPanelVisible === undefined) return DEFAULT_TODOS_VISIBLE;
35 36
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index e09cca7d6..499d94ead 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -17,8 +17,8 @@
17 "feature.shareFranz.shareText.email": "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com", 17 "feature.shareFranz.shareText.email": "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com",
18 "feature.shareFranz.shareText.twitter": "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com /cc @FranzMessenger", 18 "feature.shareFranz.shareText.twitter": "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com /cc @FranzMessenger",
19 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Franz is and help us to spread the word.", 19 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Franz is and help us to spread the word.",
20 "feature.todos.premium.info": "The Franz Todos Preview is currently only available for Franz Premium accounts.", 20 "feature.todos.premium.info": "Franz Todos are available to premium users now!",
21 "feature.todos.premium.rollout": "Franz Todos will be available to everyone soon.", 21 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
22 "feature.todos.premium.upgrade": "Upgrade Account", 22 "feature.todos.premium.upgrade": "Upgrade Account",
23 "global.api.unhealthy": "Can't connect to Franz online services", 23 "global.api.unhealthy": "Can't connect to Franz online services",
24 "global.franzProRequired": "Franz Professional Required", 24 "global.franzProRequired": "Franz Professional Required",
@@ -378,4 +378,4 @@
378 "workspaceDrawer.workspaceFeatureInfo": "<p>Franz Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 378 "workspaceDrawer.workspaceFeatureInfo": "<p>Franz Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
379 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 379 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
380 "workspaces.switchingIndicator.switchingTo": "Switching to" 380 "workspaces.switchingIndicator.switchingTo": "Switching to"
381} \ No newline at end of file 381}
diff --git a/src/i18n/messages/src/features/todos/components/TodosWebview.json b/src/i18n/messages/src/features/todos/components/TodosWebview.json
index 2387112b4..9cc3325d1 100644
--- a/src/i18n/messages/src/features/todos/components/TodosWebview.json
+++ b/src/i18n/messages/src/features/todos/components/TodosWebview.json
@@ -1,7 +1,7 @@
1[ 1[
2 { 2 {
3 "id": "feature.todos.premium.info", 3 "id": "feature.todos.premium.info",
4 "defaultMessage": "!!!The Franz Todos Preview is currently only available for Franz Premium accounts.", 4 "defaultMessage": "!!!Franz Todos are available to premium users now!",
5 "file": "src/features/todos/components/TodosWebview.js", 5 "file": "src/features/todos/components/TodosWebview.js",
6 "start": { 6 "start": {
7 "line": 18, 7 "line": 18,
@@ -27,7 +27,7 @@
27 }, 27 },
28 { 28 {
29 "id": "feature.todos.premium.rollout", 29 "id": "feature.todos.premium.rollout",
30 "defaultMessage": "!!!Franz Todos will be available to everyone soon.", 30 "defaultMessage": "!!!Everyone else will have to wait a little longer.",
31 "file": "src/features/todos/components/TodosWebview.js", 31 "file": "src/features/todos/components/TodosWebview.js",
32 "start": { 32 "start": {
33 "line": 26, 33 "line": 26,