aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/messages
diff options
context:
space:
mode:
authorLibravatar Francisco Marques <franciscopcmarques@gmail.com>2020-10-05 15:36:46 +0100
committerLibravatar GitHub <noreply@github.com>2020-10-05 15:36:46 +0100
commit85c2ce9e0a0c7542121357a97705328ff833136e (patch)
tree51af89af37bca3e60c53f0eccad9c0ff82ca08bf /src/i18n/messages
parentdocs: add tofran as a contributor (#1000) (diff)
downloadferdium-app-85c2ce9e0a0c7542121357a97705328ff833136e.tar.gz
ferdium-app-85c2ce9e0a0c7542121357a97705328ff833136e.tar.zst
ferdium-app-85c2ce9e0a0c7542121357a97705328ff833136e.zip
Improved onboarding flow and settings empty states (#996)
Diffstat (limited to 'src/i18n/messages')
-rw-r--r--src/i18n/messages/src/components/settings/services/ServicesDashboard.json2
-rw-r--r--src/i18n/messages/src/features/workspaces/components/EditWorkspaceForm.json2
-rw-r--r--src/i18n/messages/src/features/workspaces/components/WorkspacesDashboard.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/i18n/messages/src/components/settings/services/ServicesDashboard.json b/src/i18n/messages/src/components/settings/services/ServicesDashboard.json
index 140d17a8b..0335c4dd8 100644
--- a/src/i18n/messages/src/components/settings/services/ServicesDashboard.json
+++ b/src/i18n/messages/src/components/settings/services/ServicesDashboard.json
@@ -27,7 +27,7 @@
27 }, 27 },
28 { 28 {
29 "id": "settings.services.noServicesAdded", 29 "id": "settings.services.noServicesAdded",
30 "defaultMessage": "!!!You haven't added any services yet.", 30 "defaultMessage": "!!!Start by adding a service.",
31 "file": "src/components/settings/services/ServicesDashboard.js", 31 "file": "src/components/settings/services/ServicesDashboard.js",
32 "start": { 32 "start": {
33 "line": 24, 33 "line": 24,
diff --git a/src/i18n/messages/src/features/workspaces/components/EditWorkspaceForm.json b/src/i18n/messages/src/features/workspaces/components/EditWorkspaceForm.json
index 4b047eac1..053751c84 100644
--- a/src/i18n/messages/src/features/workspaces/components/EditWorkspaceForm.json
+++ b/src/i18n/messages/src/features/workspaces/components/EditWorkspaceForm.json
@@ -92,7 +92,7 @@
92 }, 92 },
93 { 93 {
94 "id": "settings.services.noServicesAdded", 94 "id": "settings.services.noServicesAdded",
95 "defaultMessage": "!!!You haven't added any services yet.", 95 "defaultMessage": "!!!Start by adding a service.",
96 "file": "src/features/workspaces/components/EditWorkspaceForm.js", 96 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
97 "start": { 97 "start": {
98 "line": 49, 98 "line": 49,
diff --git a/src/i18n/messages/src/features/workspaces/components/WorkspacesDashboard.json b/src/i18n/messages/src/features/workspaces/components/WorkspacesDashboard.json
index 87b8942ce..d67bc492d 100644
--- a/src/i18n/messages/src/features/workspaces/components/WorkspacesDashboard.json
+++ b/src/i18n/messages/src/features/workspaces/components/WorkspacesDashboard.json
@@ -14,7 +14,7 @@
14 }, 14 },
15 { 15 {
16 "id": "settings.workspaces.noWorkspacesAdded", 16 "id": "settings.workspaces.noWorkspacesAdded",
17 "defaultMessage": "!!!You haven't added any workspaces yet.", 17 "defaultMessage": "!!!You haven't created any workspaces yet.",
18 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 18 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
19 "start": { 19 "start": {
20 "line": 24, 20 "line": 24,