From 3a01cc4efb01942183c974e29cde2d4a657e206e Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Mon, 15 Apr 2019 13:27:15 +0200 Subject: Add services empty state --- src/i18n/locales/defaultMessages.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'src/i18n/locales') diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json index df7f04a06..e662ea6b9 100644 --- a/src/i18n/locales/defaultMessages.json +++ b/src/i18n/locales/defaultMessages.json @@ -3347,6 +3347,32 @@ "column": 31, "line": 35 } + }, + { + "defaultMessage": "!!!You haven't added any services yet.", + "end": { + "column": 3, + "line": 42 + }, + "file": "src/features/workspaces/components/EditWorkspaceForm.js", + "id": "settings.services.noServicesAdded", + "start": { + "column": 19, + "line": 39 + } + }, + { + "defaultMessage": "!!!Discover services", + "end": { + "column": 3, + "line": 46 + }, + "file": "src/features/workspaces/components/EditWorkspaceForm.js", + "id": "settings.services.discoverServices", + "start": { + "column": 20, + "line": 43 + } } ], "path": "src/features/workspaces/components/EditWorkspaceForm.json" -- cgit v1.2.3-54-g00ecf