Skip to content

Commit e8970c0

Browse files
BatJannathanwoulfe
authored andcommitted
Add missing fallback texts
1 parent 35b0dda commit e8970c0

File tree

1 file changed

+4
-4
lines changed
  • src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts/grid

1 file changed

+4
-4
lines changed

src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts/grid/grid.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
<umb-empty-state ng-if="!items && options.filter.length > 0"
1919
position="center">
20-
<localize key="general_searchNoResult"></localize>
20+
<localize key="general_searchNoResult">Sorry, we can not find what you are looking for.</localize>
2121
</umb-empty-state>
2222

2323
<umb-empty-state ng-if="!items && options.filter.length == 0 && vm.isRecycleBin"
2424
position="center">
25-
<localize key="general_recycleBinEmpty"></localize>
25+
<localize key="general_recycleBinEmpty">Your recycle bin is empty</localize>
2626
</umb-empty-state>
2727

2828
</div>
@@ -69,12 +69,12 @@
6969

7070
<umb-empty-state ng-if="vm.itemsWithoutFolders.length === 0 && folders.length === 0 && options.filter.length == 0 && vm.isRecycleBin"
7171
position="center">
72-
<localize key="general_recycleBinEmpty"></localize>
72+
<localize key="general_recycleBinEmpty">Your recycle bin is empty</localize>
7373
</umb-empty-state>
7474

7575
<umb-empty-state ng-if="vm.itemsWithoutFolders.length === 0 && folders.length === 0 && options.filter.length > 0"
7676
position="center">
77-
<localize key="general_searchNoResult"></localize>
77+
<localize key="general_searchNoResult">Sorry, we can not find what you are looking for.</localize>
7878
</umb-empty-state>
7979

8080
</div>

0 commit comments

Comments
 (0)