arreglo archivos test

This commit is contained in:
Paola 2021-08-11 11:36:28 -06:00
parent 580eded1ce
commit 5f958cf333
21 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ export class RegisterComponent implements AfterViewInit {
login,
email,
password,
langKey: this.translateService.currentLang,
langKey: this.translateService.currentLang!,
name,
firstName,
profileIcon: this.profileIcon,

View File

@ -83,7 +83,7 @@
</div>
</div>
</div>
<button class="ds-btn ds-btn--primary" (click)="finish()">Terminar</button>
<button class="ds-btn ds-btn--primary" (click)="finish()">Finalizar</button>
</div>
<div
class="modal fade ds-modal"

View File

@ -88,7 +88,7 @@ export class UsuarioExtraUpdateComponent {
login,
email,
password,
langKey: this.translateService.currentLang,
langKey: this.translateService.currentLang!,
name,
firstName,
profileIcon: this.profileIcon,