aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-04-15 13:27:15 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-04-15 13:27:15 +0200
commit3a01cc4efb01942183c974e29cde2d4a657e206e (patch)
tree70a46d62fd8067d9b18f7ab9f121cceca6f6d244 /src/i18n/locales
parentAdd workspace empty state (diff)
downloadferdium-app-3a01cc4efb01942183c974e29cde2d4a657e206e.tar.gz
ferdium-app-3a01cc4efb01942183c974e29cde2d4a657e206e.tar.zst
ferdium-app-3a01cc4efb01942183c974e29cde2d4a657e206e.zip
Add services empty state
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json26
1 files changed, 26 insertions, 0 deletions
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 @@
3347 "column": 31, 3347 "column": 31,
3348 "line": 35 3348 "line": 35
3349 } 3349 }
3350 },
3351 {
3352 "defaultMessage": "!!!You haven't added any services yet.",
3353 "end": {
3354 "column": 3,
3355 "line": 42
3356 },
3357 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3358 "id": "settings.services.noServicesAdded",
3359 "start": {
3360 "column": 19,
3361 "line": 39
3362 }
3363 },
3364 {
3365 "defaultMessage": "!!!Discover services",
3366 "end": {
3367 "column": 3,
3368 "line": 46
3369 },
3370 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3371 "id": "settings.services.discoverServices",
3372 "start": {
3373 "column": 20,
3374 "line": 43
3375 }
3350 } 3376 }
3351 ], 3377 ],
3352 "path": "src/features/workspaces/components/EditWorkspaceForm.json" 3378 "path": "src/features/workspaces/components/EditWorkspaceForm.json"