mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1026] i18n support for "empty" screen (#2066)
* i18n support for "empty" screen * fix unit tests * fix tests * fix tests
This commit is contained in:
committed by
Eugenio Romano
parent
7fa519d15c
commit
ae98b41458
@@ -24,7 +24,9 @@
|
||||
<div *ngIf="!isEmptyTemplateDefined()">
|
||||
<no-content-template>
|
||||
<ng-template>
|
||||
<adf-empty-list [emptyMsg]="'This folder is empty'"></adf-empty-list>
|
||||
<adf-empty-list
|
||||
emptyMsg="ADF-DOCUMENT-LIST.EMPTY.HEADER">
|
||||
</adf-empty-list>
|
||||
</ng-template>
|
||||
</no-content-template>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user