RED-3713
This commit is contained in:
parent
ce8ae6af04
commit
eb2a860e9c
@ -14,7 +14,7 @@
|
||||
<iqser-table
|
||||
[hasScrollButton]="true"
|
||||
[itemSize]="85"
|
||||
[noDataText]="'search-screen.no-data' | translate"
|
||||
[noDataText]="(searchService.searchValue ? 'search-screen.no-match' : 'search-screen.no-data') | translate"
|
||||
[noMatchText]="'search-screen.no-match' | translate"
|
||||
[tableColumnConfigs]="tableColumnConfigs"
|
||||
noDataIcon="iqser:search"
|
||||
|
||||
@ -1768,7 +1768,7 @@
|
||||
"missing": "Missing",
|
||||
"must-contain": "Must contain",
|
||||
"no-data": "Please enter a keyword into the search bar to look for documents or document content.",
|
||||
"no-match": "No documents match your current filters.",
|
||||
"no-match": "The specified search term was not found in any of the documents.",
|
||||
"table-header": "{length} search {length, plural, one{result} other{results}}"
|
||||
},
|
||||
"search": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user