You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -70,11 +80,13 @@ import sortFunctions from '../../util/sort';
70
80
exportdefault {
71
81
name:'ProjectList',
72
82
components: {
83
+
DocLink,
73
84
Loading,
74
85
PageSection,
75
86
ProjectNew,
76
87
ProjectHomeBlock,
77
-
ProjectSort
88
+
ProjectSort,
89
+
SentenceSeparator
78
90
},
79
91
mixins: [modal(), routes()],
80
92
inject: ['alert'],
@@ -166,7 +178,10 @@ export default {
166
178
// This is the text of a button that is used to create a new Project.
167
179
"create": "New"
168
180
},
169
-
"emptyTable": "There are no Projects for you to see.",
181
+
"emptyTable": {
182
+
"canCreate": "To get started, create a Project. Projects help you organize your data by grouping related Forms and Users.",
183
+
"cannotCreate": "There are no Projects to show. If you expect to see Projects here, talk to the person who gave you this account. They may need to assign a Project Role for Projects you’re supposed to see."
184
+
},
170
185
"alert": {
171
186
"create": "Your new Project has been successfully created."
Copy file name to clipboardExpand all lines: transifex/strings_en.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2881,7 +2881,12 @@
2881
2881
}
2882
2882
},
2883
2883
"emptyTable": {
2884
-
"string": "There are no Projects for you to see."
2884
+
"canCreate": {
2885
+
"string": "To get started, create a Project. Projects help you organize your data by grouping related Forms and Users."
2886
+
},
2887
+
"cannotCreate": {
2888
+
"string": "There are no Projects to show. If you expect to see Projects here, talk to the person who gave you this account. They may need to assign a Project Role for Projects you’re supposed to see."
0 commit comments