aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-04 16:16:13 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-04 16:16:13 +0200
commitafed692390713ceebd8c6610d1d93a6a4ac89076 (patch)
tree58a7422f0a3c9a079a6274756975a1820d8011a7 /src/i18n
parentshow workspaces intro in drawer when user has none yet (diff)
downloadferdium-app-afed692390713ceebd8c6610d1d93a6a4ac89076.tar.gz
ferdium-app-afed692390713ceebd8c6610d1d93a6a4ac89076.tar.zst
ferdium-app-afed692390713ceebd8c6610d1d93a6a4ac89076.zip
fix issues for users that have workspace but downgraded to free
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/defaultMessages.json13
-rw-r--r--src/i18n/locales/en-US.json3
-rw-r--r--src/i18n/messages/src/features/workspaces/components/WorkspaceDrawer.json13
3 files changed, 28 insertions, 1 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 500053377..ec519bad5 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -3386,6 +3386,19 @@
3386 "column": 25, 3386 "column": 25,
3387 "line": 32 3387 "line": 32
3388 } 3388 }
3389 },
3390 {
3391 "defaultMessage": "!!!Reactivate your premium account!",
3392 "end": {
3393 "column": 3,
3394 "line": 39
3395 },
3396 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3397 "id": "workspaceDrawer.reactivatePremiumAccountLabel",
3398 "start": {
3399 "column": 28,
3400 "line": 36
3401 }
3389 } 3402 }
3390 ], 3403 ],
3391 "path": "src/features/workspaces/components/WorkspaceDrawer.json" 3404 "path": "src/features/workspaces/components/WorkspaceDrawer.json"
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 9770ff0d5..ed5d5e345 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -311,6 +311,7 @@
311 "workspaceDrawer.headline": "Workspaces", 311 "workspaceDrawer.headline": "Workspaces",
312 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 312 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
313 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace", 313 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
314 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
314 "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>", 315 "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>",
315 "workspaces.switchingIndicator.switchingTo": "Switching to" 316 "workspaces.switchingIndicator.switchingTo": "Switching to"
316} \ No newline at end of file 317}
diff --git a/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawer.json b/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawer.json
index acd304253..37bae262a 100644
--- a/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawer.json
+++ b/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawer.json
@@ -63,5 +63,18 @@
63 "line": 35, 63 "line": 35,
64 "column": 3 64 "column": 3
65 } 65 }
66 },
67 {
68 "id": "workspaceDrawer.reactivatePremiumAccountLabel",
69 "defaultMessage": "!!!Reactivate premium account",
70 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
71 "start": {
72 "line": 36,
73 "column": 28
74 },
75 "end": {
76 "line": 39,
77 "column": 3
78 }
66 } 79 }
67] \ No newline at end of file 80] \ No newline at end of file