aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/messages
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-21 16:15:43 +0100
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-21 16:15:43 +0100
commit860d7d2c9b7816e14a98e6090d090aa339716919 (patch)
treec9f8c0fd50002cb7a4a1d43f2665fd09ea7c607b /src/i18n/messages
parentadd i18n messages for service loading and workspace switching (diff)
downloadferdium-app-860d7d2c9b7816e14a98e6090d090aa339716919.tar.gz
ferdium-app-860d7d2c9b7816e14a98e6090d090aa339716919.tar.zst
ferdium-app-860d7d2c9b7816e14a98e6090d090aa339716919.zip
small fixes
Diffstat (limited to 'src/i18n/messages')
-rw-r--r--src/i18n/messages/src/features/workspaces/components/WorkspaceDrawerItem.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawerItem.json b/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawerItem.json
new file mode 100644
index 000000000..cdbd1d5b5
--- /dev/null
+++ b/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawerItem.json
@@ -0,0 +1,15 @@
1[
2 {
3 "id": "workspaceDrawer.item.noServicesAddedYet",
4 "defaultMessage": "!!!No services added yet",
5 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js",
6 "start": {
7 "line": 9,
8 "column": 22
9 },
10 "end": {
11 "line": 12,
12 "column": 3
13 }
14 }
15] \ No newline at end of file