diff --git a/lib/content-services/src/lib/document-list/components/document-list.component.html b/lib/content-services/src/lib/document-list/components/document-list.component.html index d3d6ec65b8..d395f52eac 100644 --- a/lib/content-services/src/lib/document-list/components/document-list.component.html +++ b/lib/content-services/src/lib/document-list/components/document-list.component.html @@ -63,6 +63,7 @@ diff --git a/lib/content-services/src/lib/i18n/en.json b/lib/content-services/src/lib/i18n/en.json index f64214f76d..3de4e93738 100644 --- a/lib/content-services/src/lib/i18n/en.json +++ b/lib/content-services/src/lib/i18n/en.json @@ -71,7 +71,8 @@ "VIEW": "View", "REMOVE": "Remove", "DOWNLOAD": "Download" - } + }, + "LOADER_LABEL": "Document list loader" }, "ALFRESCO_DOCUMENT_LIST": { "BUTTON": { diff --git a/lib/core/src/lib/datatable/components/datatable/datatable.component.html b/lib/core/src/lib/datatable/components/datatable/datatable.component.html index 3a19a8e489..f5ca6489a2 100644 --- a/lib/core/src/lib/datatable/components/datatable/datatable.component.html +++ b/lib/core/src/lib/datatable/components/datatable/datatable.component.html @@ -66,6 +66,8 @@ {{ getSortLiveAnnouncement(col) | translate: { string: col.title | translate } }} + +
diff --git a/lib/core/src/lib/i18n/en.json b/lib/core/src/lib/i18n/en.json index 79396dd9a7..5088b7ec3d 100644 --- a/lib/core/src/lib/i18n/en.json +++ b/lib/core/src/lib/i18n/en.json @@ -335,7 +335,8 @@ "SORT_DESCENDING_BY": "Descending by {{ string }}", "ICON_TEXT": "Item type {{ type }}", "ICON_DISABLED": "Disabled", - "ROW_OPTION_BUTTON": "Actions" + "ROW_OPTION_BUTTON": "Actions", + "EMPTY_HEADER": "Empty header" }, "FILE_TYPE": { "DOCUMENT": "Document",