Skip to content

Commit

Permalink
Formato
Browse files Browse the repository at this point in the history
  • Loading branch information
iyanfdezz committed Apr 24, 2024
1 parent 18c929f commit f4377d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion webapp/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"home": "Back to Home"
},
"userspage": {
"list": "User List",
"list": "Application users",
"user": "User",
"actions": "Actions",
"friend": "Already friends",
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"home": "Volver al inicio"
},
"userspage": {
"list": "Lista de usuarios",
"list": "Usuarios de la aplicación",
"user": "Usuario",
"actions": "Acciones",
"friend": "Ya sois amigos",
Expand Down
1 change: 0 additions & 1 deletion webapp/src/pages/Social/UsersPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ const UsersPage = () => {
});
} catch (error) {
console.error("Error al agregar amigo:", error);
// Manejar el error según sea necesario
}
};

Expand Down

0 comments on commit f4377d1

Please sign in to comment.