cambiar verbos usados por modal
This commit is contained in:
parent
6986e3b16e
commit
6148fe09d4
|
@ -14,17 +14,17 @@
|
|||
[translateValues]="{ nombre: categoria.nombre }"
|
||||
style="text-align: center"
|
||||
>
|
||||
Are you sure you want to delete this category?
|
||||
Are you sure you want to toggle this category's status?
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary ds-btn ds-btn-secondary" data-dismiss="modal" (click)="cancel()">
|
||||
<fa-icon icon="ban"></fa-icon> <span jhiTranslate="entity.action.cancel">Cancel</span>
|
||||
<span jhiTranslate="entity.action.cancel">Cancel</span>
|
||||
</button>
|
||||
|
||||
<button id="jhi-confirm-delete-categoria" data-cy="entityConfirmDeleteButton" type="submit" class="btn btn-danger ds-btn ds-btn-danger">
|
||||
<fa-icon icon="times"></fa-icon> <span jhiTranslate="entity.action.delete">Delete</span>
|
||||
<span jhiTranslate="entity.action.toggleStatus">Toggle Status</span>
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -4,15 +4,15 @@
|
|||
"home": {
|
||||
"title": "Categorías",
|
||||
"refreshListLabel": "Refrescar lista",
|
||||
"createLabel": "Crear nueva Categoría",
|
||||
"createOrEditLabel": "Datos de Categoría",
|
||||
"notFound": "Ninguna Categoría encontrada"
|
||||
"createLabel": "Crear nueva categoría",
|
||||
"createOrEditLabel": "Datos de categoría",
|
||||
"notFound": "Ninguna categoría encontrada"
|
||||
},
|
||||
"created": "Una nueva Categoría ha sido creada con el identificador {{ param }}",
|
||||
"created": "Una nueva categoría ha sido creada con el identificador {{ param }}",
|
||||
"updated": "Los datos de la categoría {{ nombre }} han sido actualizados",
|
||||
"deleted": "Una Categoría ha sido eliminado con el identificador {{ param }}",
|
||||
"deleted": "La categoría {{ nombre }} ha sido deshabilitada",
|
||||
"delete": {
|
||||
"question": "¿Seguro que quiere eliminar \"{{ nombre }}\"?"
|
||||
"question": "¿Seguro que quiere cambiar el estado de \"{{ nombre }}\"?"
|
||||
},
|
||||
"detail": {
|
||||
"title": "Categoría"
|
||||
|
|
Loading…
Reference in New Issue