mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-12 15:58:38 -05:00
adding translation tag for "No records matched your search"
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user