From 85c2ce9e0a0c7542121357a97705328ff833136e Mon Sep 17 00:00:00 2001 From: Francisco Marques Date: Mon, 5 Oct 2020 15:36:46 +0100 Subject: Improved onboarding flow and settings empty states (#996) --- src/i18n/locales/defaultMessages.json | 6 +++--- src/i18n/locales/en-US.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/i18n/locales') diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json index a9d266a64..801f68cc0 100644 --- a/src/i18n/locales/defaultMessages.json +++ b/src/i18n/locales/defaultMessages.json @@ -2976,7 +2976,7 @@ } }, { - "defaultMessage": "!!!You haven't added any services yet.", + "defaultMessage": "!!!Start by adding a service.", "end": { "column": 3, "line": 27 @@ -6359,7 +6359,7 @@ } }, { - "defaultMessage": "!!!You haven't added any services yet.", + "defaultMessage": "!!!Start by adding a service.", "end": { "column": 3, "line": 52 @@ -6543,7 +6543,7 @@ } }, { - "defaultMessage": "!!!You haven't added any workspaces yet.", + "defaultMessage": "!!!You haven't created any workspaces yet.", "end": { "column": 3, "line": 27 diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index a346f7d1e..553c30489 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -423,7 +423,7 @@ "settings.services.deletedInfo": "Service has been deleted", "settings.services.discoverServices": "Discover services", "settings.services.headline": "Your services", - "settings.services.noServicesAdded": "You haven't added any services yet.", + "settings.services.noServicesAdded": "Start by adding a service.", "settings.services.servicesRequestFailed": "Could not load your services", "settings.services.tooltip.isDisabled": "Service is disabled", "settings.services.tooltip.isMuted": "All sounds are muted", @@ -462,7 +462,7 @@ "settings.workspace.form.yourWorkspaces": "Your workspaces", "settings.workspaces.deletedInfo": "Workspace has been deleted", "settings.workspaces.headline": "Your workspaces", - "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.", + "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", "settings.workspaces.tryReloadWorkspaces": "Try again", "settings.workspaces.updatedInfo": "Your changes have been saved", "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", @@ -533,4 +533,4 @@ "workspaceDrawer.workspaceFeatureInfo": "

Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.

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.

", "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", "workspaces.switchingIndicator.switchingTo": "Switching to" -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf