mostrar nombre de categoria en dialogo de confirmacion para eliminar
This commit is contained in:
parent
da8c8e5039
commit
08a88c750a
|
@ -8,7 +8,11 @@
|
|||
<div class="modal-body">
|
||||
<jhi-alert-error></jhi-alert-error>
|
||||
|
||||
<p id="jhi-delete-categoria-heading" jhiTranslate="dataSurveyApp.categoria.delete.question" [translateValues]="{ id: categoria.id }">
|
||||
<p
|
||||
id="jhi-delete-categoria-heading"
|
||||
jhiTranslate="dataSurveyApp.categoria.delete.question"
|
||||
[translateValues]="{ nombre: categoria.nombre }"
|
||||
>
|
||||
Are you sure you want to delete this category?
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue