Added i18n label

This commit is contained in:
Giuseppe Digilio
2018-12-27 16:09:15 +01:00
parent f592aba236
commit 5598af35ee
6 changed files with 43 additions and 39 deletions

View File

@@ -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>