adding translation tag for "No records matched your search"

This commit is contained in:
Jared Tabor
2017-09-20 17:52:13 -07:00
parent d0cb11acb3
commit 557780bf08
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1875,7 +1875,7 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
<div
class="row"
ng-show="${itm}.length === 0 && !(searchTags | isEmpty)">
<div class="col-lg-12 List-searchNoResults">`;
<div class="col-lg-12 List-searchNoResults" translate>`;
html += i18n._('No records matched your search.');
html += `</div>
</div>