Merge pull request #72 from Quantum-P3/fix/sprint-3/US-21

corregir tildado de 'fecha creación'
This commit is contained in:
Eduardo Quiros 2021-07-26 04:29:13 +00:00 committed by GitHub
commit 74ed38d8a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 2 deletions

11
default.nix Normal file
View File

@ -0,0 +1,11 @@
with import <nixpkgs> { };
mkShell {
nativeBuildInputs = [
bashInteractive
maven
];
buildInputs = [
openjdk11
nodejs-14_x
];
}

View File

@ -294,7 +294,7 @@
<thead>
<tr>
<th scope="col"><span jhiTranslate="dataSurveyApp.encuesta.nombre">Nombre</span></th>
<th scope="col"><span jhiTranslate="dataSurveyApp.encuesta.fechaCreacion">Fecha Creacion</span></th>
<th scope="col"><span jhiTranslate="dataSurveyApp.encuesta.fechaCreacion">Fecha Creación</span></th>
<th scope="col"><span jhiTranslate="dataSurveyApp.encuesta.acceso">Acceso</span></th>
<th scope="col"><span jhiTranslate="dataSurveyApp.encuesta.estado">Estado</span></th>
<th scope="col"><span jhiTranslate="dataSurveyApp.encuesta.categoria">Categoria</span></th>

View File

@ -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",