File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts/grid Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
18
18
< umb-empty-state ng-if ="!items && options.filter.length > 0 "
19
19
position ="center ">
20
- < localize key ="general_searchNoResult "> </ localize >
20
+ < localize key ="general_searchNoResult "> Sorry, we can not find what you are looking for. </ localize >
21
21
</ umb-empty-state >
22
22
23
23
< umb-empty-state ng-if ="!items && options.filter.length == 0 && vm.isRecycleBin "
24
24
position ="center ">
25
- < localize key ="general_recycleBinEmpty "> </ localize >
25
+ < localize key ="general_recycleBinEmpty "> Your recycle bin is empty </ localize >
26
26
</ umb-empty-state >
27
27
28
28
</ div >
69
69
70
70
< umb-empty-state ng-if ="vm.itemsWithoutFolders.length === 0 && folders.length === 0 && options.filter.length == 0 && vm.isRecycleBin "
71
71
position ="center ">
72
- < localize key ="general_recycleBinEmpty "> </ localize >
72
+ < localize key ="general_recycleBinEmpty "> Your recycle bin is empty </ localize >
73
73
</ umb-empty-state >
74
74
75
75
< umb-empty-state ng-if ="vm.itemsWithoutFolders.length === 0 && folders.length === 0 && options.filter.length > 0 "
76
76
position ="center ">
77
- < localize key ="general_searchNoResult "> </ localize >
77
+ < localize key ="general_searchNoResult "> Sorry, we can not find what you are looking for. </ localize >
78
78
</ umb-empty-state >
79
79
80
80
</ div >
You can’t perform that action at this time.
0 commit comments