Added additional sentence to custom args hint and fixed issue where empty args could be added through the args modifier

This commit is contained in:
Tzahi12345
2020-05-06 02:38:39 -04:00
parent cc47823b0c
commit d4ad1f9fce
4 changed files with 8 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
</div>
</mat-expansion-panel-header>
<div *ngIf="download.error">
<strong><ng-container i18n="Error label">An error has occured:</ng-container></strong>
<strong><ng-container i18n="Error label">An error has occurred:</ng-container></strong>
<br/>
{{download.error}}
</div>