New key created for *no recent items in this collection*

This commit is contained in:
lhenze
2019-09-03 17:02:09 -04:00
parent 79ccf2e2be
commit 64db1c242e
2 changed files with 2 additions and 1 deletions

View File

@@ -132,6 +132,7 @@
"collection.form.tableofcontents": "News (HTML)",
"collection.form.title": "Name",
"collection.page.browse.recent.head": "Recent Submissions",
"collection.page.browse.recent.empty": "No items to show",
"collection.page.license": "License",
"collection.page.news": "News",
"community.create.head": "Create a Community",

View File

@@ -53,7 +53,7 @@
<ds-loading *ngIf="!itemRD || itemRD.isLoading"
message="{{'loading.recent-submissions' | translate}}"></ds-loading>
<div *ngIf="!itemRD?.isLoading && itemRD?.payload?.page.length === 0" class="alert alert-info w-100" role="alert">
{{'browse.empty' | translate}}
{{'collection.page.browse.recent.empty' | translate}}
</div>
</ng-container>
</div>