mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Added i18n label
This commit is contained in:
@@ -11,10 +11,10 @@
|
||||
</ng-container>
|
||||
<ng-container *ngIf="entry.value === ''">
|
||||
<h5 *ngIf="metadata.indexOf(entry) === 0">
|
||||
<span class="text-muted">No {{entry.key}}</span>
|
||||
<span class="text-muted">{{'submission.sections.upload.no-entry' | translate}} {{entry.key}}</span>
|
||||
</h5>
|
||||
<ng-container *ngIf="metadata.indexOf(entry) !== 0">
|
||||
<span class="text-muted">No {{entry.key}}</span>
|
||||
<span class="text-muted">{{'submission.sections.upload.no-entry' | translate}} {{entry.key}}</span>
|
||||
</ng-container>
|
||||
</ng-container>
|
||||
</ng-container>
|
||||
|
@@ -5,7 +5,7 @@
|
||||
<ng-container *ngIf="fileList.length == 0">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h3 class="text-center"><span class="text-muted">No file uploaded yet.</span></h3>
|
||||
<h3 class="text-center"><span class="text-muted">{{'submission.sections.upload.no-file-uploaded' | translate}}</span></h3>
|
||||
</div>
|
||||
</div>
|
||||
</ng-container>
|
||||
|
Reference in New Issue
Block a user