aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-04 16:18:33 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-04 16:18:33 +0200
commit387c73b2e6463238dc1c9c9ccde3c0e16ff33121 (patch)
tree69c440feefdaaddf53f8bd07ae39075edede4c18 /src
parentfix issues for users that have workspace but downgraded to free (diff)
downloadferdium-app-387c73b2e6463238dc1c9c9ccde3c0e16ff33121.tar.gz
ferdium-app-387c73b2e6463238dc1c9c9ccde3c0e16ff33121.tar.zst
ferdium-app-387c73b2e6463238dc1c9c9ccde3c0e16ff33121.zip
border radius for premium intro in workspace settings
Diffstat (limited to 'src')
-rw-r--r--src/features/workspaces/components/WorkspacesDashboard.js3
-rw-r--r--src/i18n/locales/defaultMessages.json2
-rw-r--r--src/i18n/locales/en-US.json2
3 files changed, 4 insertions, 3 deletions
diff --git a/src/features/workspaces/components/WorkspacesDashboard.js b/src/features/workspaces/components/WorkspacesDashboard.js
index 18813e267..a8b3b376c 100644
--- a/src/features/workspaces/components/WorkspacesDashboard.js
+++ b/src/features/workspaces/components/WorkspacesDashboard.js
@@ -48,7 +48,7 @@ const messages = defineMessages({
48 }, 48 },
49}); 49});
50 50
51const styles = () => ({ 51const styles = (theme) => ({
52 createForm: { 52 createForm: {
53 height: 'auto', 53 height: 'auto',
54 }, 54 },
@@ -62,6 +62,7 @@ const styles = () => ({
62 marginBottom: '20px', 62 marginBottom: '20px',
63 height: 'auto', 63 height: 'auto',
64 color: 'white', 64 color: 'white',
65 borderRadius: theme.borderRadius,
65 }, 66 },
66}); 67});
67 68
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index ec519bad5..e5c1ea259 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -3388,7 +3388,7 @@
3388 } 3388 }
3389 }, 3389 },
3390 { 3390 {
3391 "defaultMessage": "!!!Reactivate your premium account!", 3391 "defaultMessage": "!!!Reactivate premium account",
3392 "end": { 3392 "end": {
3393 "column": 3, 3393 "column": 3,
3394 "line": 39 3394 "line": 39
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index ed5d5e345..c694b8729 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -314,4 +314,4 @@
314 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account", 314 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
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 "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>",
316 "workspaces.switchingIndicator.switchingTo": "Switching to" 316 "workspaces.switchingIndicator.switchingTo": "Switching to"
317} 317} \ No newline at end of file