corregir uso de inglés en html

This commit is contained in:
Eduardo Quiros 2021-07-29 22:50:21 -06:00
parent e1cf432fc3
commit 14ec57ab12
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
[routerLink]="['/plantilla/new']"
>
<fa-icon icon="plus"></fa-icon>
<span jhiTranslate="dataSurveyApp.plantilla.home.createLabel"> Create a new Plantilla </span>
<span jhiTranslate="dataSurveyApp.plantilla.home.createLabel"> Create a new Template </span>
</button>
</div>
</h2>
@ -25,7 +25,7 @@
<jhi-alert></jhi-alert>
<div class="alert alert-warning" id="no-result" *ngIf="plantillas?.length === 0">
<span jhiTranslate="dataSurveyApp.plantilla.home.notFound">No plantillas found</span>
<span jhiTranslate="dataSurveyApp.plantilla.home.notFound">No templates found</span>
</div>
<div class="table-responsive" id="entities" *ngIf="plantillas && plantillas.length > 0">