Finish update profile view

This commit is contained in:
Adolfo Reyna
2022-12-23 10:50:24 -05:00
parent bf0807ba8c
commit 10f70c7156
9 changed files with 189 additions and 36 deletions

View File

@@ -60,7 +60,10 @@ const messages = {
searchCourses: "Search Courses",
news: "News",
wrongInformation: "Please review the information.",
submit: "Submit"
submit: "Submit",
IKnowThisPerson: "I know this person",
update: "Update",
},
},
es: {
@@ -120,6 +123,8 @@ const messages = {
news: "Noticias",
wrongInformation: "Por favor revisa la información introducida.",
submit: "Ingresar",
IKnowThisPerson: "Conozco a esta persona",
update: "Actualizar",
},
}
}