aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/messages
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-21 16:20:53 +0100
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-21 16:20:53 +0100
commit558e23652fb317f96c09d391a9ef8cf7aa6d4dbd (patch)
tree9c6dc336cf39bcd8fec9a26d038ef0b691f111bd /src/i18n/messages
parentsmall fixes (diff)
downloadferdium-app-558e23652fb317f96c09d391a9ef8cf7aa6d4dbd.tar.gz
ferdium-app-558e23652fb317f96c09d391a9ef8cf7aa6d4dbd.tar.zst
ferdium-app-558e23652fb317f96c09d391a9ef8cf7aa6d4dbd.zip
add tooltip to add workspace button in drawer
Diffstat (limited to 'src/i18n/messages')
-rw-r--r--src/i18n/messages/src/features/workspaces/components/WorkspaceDrawer.json21
1 files changed, 17 insertions, 4 deletions
diff --git a/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawer.json b/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawer.json
index c875b82cb..7026708e2 100644
--- a/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawer.json
+++ b/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawer.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Workspaces", 4 "defaultMessage": "!!!Workspaces",
5 "file": "src/features/workspaces/components/WorkspaceDrawer.js", 5 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
6 "start": { 6 "start": {
7 "line": 12, 7 "line": 15,
8 "column": 12 8 "column": 12
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 15, 11 "line": 18,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,24 @@
17 "defaultMessage": "!!!All services", 17 "defaultMessage": "!!!All services",
18 "file": "src/features/workspaces/components/WorkspaceDrawer.js", 18 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
19 "start": { 19 "start": {
20 "line": 16, 20 "line": 19,
21 "column": 15 21 "column": 15
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 19, 24 "line": 22,
25 "column": 3
26 }
27 },
28 {
29 "id": "workspaceDrawer.addWorkspaceTooltip",
30 "defaultMessage": "!!!Add workspace",
31 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
32 "start": {
33 "line": 23,
34 "column": 23
35 },
36 "end": {
37 "line": 26,
25 "column": 3 38 "column": 3
26 } 39 }
27 } 40 }