cambio de palabra en html de configuracion de parametros
This commit is contained in:
parent
6a50453a75
commit
74438860d0
|
@ -183,7 +183,7 @@
|
|||
>
|
||||
<small
|
||||
class="form-text text-danger"
|
||||
*ngIf="editForm.get('minCantidadPreguntas')?.errors?.required || !editForm.get('minCantidadPreguntas')?.errors?.pattern"
|
||||
*ngIf="editForm.get('maxCantidadPreguntas')?.errors?.required || !editForm.get('maxCantidadPreguntas')?.errors?.pattern"
|
||||
jhiTranslate="dataSurveyApp.parametroAplicacion.datoInvalido"
|
||||
>
|
||||
This field is required.
|
||||
|
@ -191,7 +191,7 @@
|
|||
|
||||
<small
|
||||
class="form-text text-danger"
|
||||
*ngIf="!editForm.get('minCantidadPreguntas')?.errors?.min || !editForm.get('minCantidadPreguntas')?.errors?.max"
|
||||
*ngIf="!editForm.get('maxCantidadPreguntas')?.errors?.min || !editForm.get('maxCantidadPreguntas')?.errors?.max"
|
||||
>
|
||||
Este campo debe ser mayor que 1 y menor que 40
|
||||
</small>
|
||||
|
|
Loading…
Reference in New Issue