aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-07 19:56:00 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-07 19:56:00 +0200
commit4421584d41a5182b0f93f0ed7e3c73d34f98d3de (patch)
tree7bf80c8f711a94944c468900a21533f3fc305161 /src/i18n/locales
parentrender workspace service list like services + toggle (diff)
downloadferdium-app-4421584d41a5182b0f93f0ed7e3c73d34f98d3de.tar.gz
ferdium-app-4421584d41a5182b0f93f0ed7e3c73d34f98d3de.tar.zst
ferdium-app-4421584d41a5182b0f93f0ed7e3c73d34f98d3de.zip
change plus icon in workspace drawer to settings icon
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json6
-rw-r--r--src/i18n/locales/en-US.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 05df4cbac..f882e6030 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -3349,15 +3349,15 @@
3349 } 3349 }
3350 }, 3350 },
3351 { 3351 {
3352 "defaultMessage": "!!!Add workspace", 3352 "defaultMessage": "!!!Workspaces settings",
3353 "end": { 3353 "end": {
3354 "column": 3, 3354 "column": 3,
3355 "line": 27 3355 "line": 27
3356 }, 3356 },
3357 "file": "src/features/workspaces/components/WorkspaceDrawer.js", 3357 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3358 "id": "workspaceDrawer.addWorkspaceTooltip", 3358 "id": "workspaceDrawer.workspacesSettingsTooltip",
3359 "start": { 3359 "start": {
3360 "column": 23, 3360 "column": 29,
3361 "line": 24 3361 "line": 24
3362 } 3362 }
3363 }, 3363 },
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 78dcd83d7..e55489418 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -307,12 +307,12 @@
307 "welcome.loginButton": "Login to your account", 307 "welcome.loginButton": "Login to your account",
308 "welcome.signupButton": "Create a free account", 308 "welcome.signupButton": "Create a free account",
309 "workspaceDrawer.addNewWorkspaceLabel": "add new workspace", 309 "workspaceDrawer.addNewWorkspaceLabel": "add new workspace",
310 "workspaceDrawer.addWorkspaceTooltip": "Add workspace",
311 "workspaceDrawer.allServices": "All services", 310 "workspaceDrawer.allServices": "All services",
312 "workspaceDrawer.headline": "Workspaces", 311 "workspaceDrawer.headline": "Workspaces",
313 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 312 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
314 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace", 313 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
315 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account", 314 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
316 "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 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
317 "workspaces.switchingIndicator.switchingTo": "Switching to" 317 "workspaces.switchingIndicator.switchingTo": "Switching to"
318} \ No newline at end of file 318} \ No newline at end of file