From a4badf7b7e542a4903483c12440c8327c1115a17 Mon Sep 17 00:00:00 2001 From: Eduardo Quiros Date: Sun, 25 Jul 2021 20:40:32 -0600 Subject: [PATCH] =?UTF-8?q?corregir=20tildado=20de=20'fecha=20creaci=C3=B3?= =?UTF-8?q?n'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/app/entities/encuesta/list/encuesta.component.html | 2 +- src/main/webapp/i18n/es/encuesta.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/app/entities/encuesta/list/encuesta.component.html b/src/main/webapp/app/entities/encuesta/list/encuesta.component.html index d8edcee..cb0d994 100644 --- a/src/main/webapp/app/entities/encuesta/list/encuesta.component.html +++ b/src/main/webapp/app/entities/encuesta/list/encuesta.component.html @@ -294,7 +294,7 @@ Nombre - Fecha Creacion + Fecha Creación Acceso Estado Categoria diff --git a/src/main/webapp/i18n/es/encuesta.json b/src/main/webapp/i18n/es/encuesta.json index cd755ab..bd2a3c2 100644 --- a/src/main/webapp/i18n/es/encuesta.json +++ b/src/main/webapp/i18n/es/encuesta.json @@ -22,7 +22,7 @@ "id": "ID", "nombre": "Nombre", "descripcion": "Descripcion", - "fechaCreacion": "Fecha Creacion", + "fechaCreacion": "Fecha Creación", "fechaPublicacion": "Fecha Publicacion", "fechaFinalizar": "Fecha Finalizar", "fechaFinalizada": "Fecha Finalizada",