From 860d7d2c9b7816e14a98e6090d090aa339716919 Mon Sep 17 00:00:00 2001 From: Dominik Guzei Date: Thu, 21 Mar 2019 16:15:43 +0100 Subject: small fixes --- src/i18n/locales/defaultMessages.json | 18 ++++++++++++++++++ src/i18n/locales/en-US.json | 3 ++- 2 files changed, 20 insertions(+), 1 deletion(-) (limited to 'src/i18n/locales') diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json index 9171c3592..c1634df8e 100644 --- a/src/i18n/locales/defaultMessages.json +++ b/src/i18n/locales/defaultMessages.json @@ -3351,6 +3351,24 @@ ], "path": "src/features/workspaces/components/WorkspaceDrawer.json" }, + { + "descriptors": [ + { + "defaultMessage": "!!!No services added yet", + "end": { + "column": 3, + "line": 12 + }, + "file": "src/features/workspaces/components/WorkspaceDrawerItem.js", + "id": "workspaceDrawer.item.noServicesAddedYet", + "start": { + "column": 22, + "line": 9 + } + } + ], + "path": "src/features/workspaces/components/WorkspaceDrawerItem.json" + }, { "descriptors": [ { diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index 231e8f261..f37237ac2 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -302,5 +302,6 @@ "welcome.signupButton": "Create a free account", "workspaceDrawer.allServices": "All services", "workspaceDrawer.headline": "Workspaces", + "workspaceDrawer.item.noServicesAddedYet": "No services added yet", "workspaces.switchingIndicator.switchingTo": "Switching to" -} \ No newline at end of file +} -- cgit v1.2.3-70-g09d2