Commit 522e67e2 authored by Lorenzo Trujillo Rojas's avatar Lorenzo Trujillo Rojas
Browse files

Se agregaron las etiquetas de la pestaña de cambiar de coñtraseña al template de un lenguaje

parent c08395c9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -22,9 +22,14 @@ export interface Lang {
        title: string;
        logoutButton: string;
        changeLanguageButton: string;
        changePasswordButton: string;
        selectLanguage: string;
        saveButton: string;
    },
    changePasswordScreen:{
        title: string;
        saveButton: string;
    },
    selectTownScreen:{
        title: string;
    },