Skip to content
Snippets Groups Projects
Commit f6094762 authored by lhenze's avatar lhenze
Browse files

New key

parent ba896985
No related branches found
No related tags found
No related merge requests found
......@@ -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 recent items to show",
"collection.page.license": "License",
"collection.page.news": "News",
"community.create.head": "Create a Community",
......
......@@ -30,7 +30,7 @@
<ds-error *ngIf="itemRD?.hasFailed" message="{{'error.recent-submissions' | translate}}"></ds-error>
<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>
<footer>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment