Skip to content

Commit

Permalink
fix registerCustomer componente b00tc4mp#156
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDev21 committed Aug 28, 2024
1 parent b6cc207 commit 4902a01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function RegisterCustomer({ onCloseRegisterCustomer }) {
if (error instanceof SystemError) {
alert(error.message)
}
alert("Usuario ya existe.")
alert("Username ya existe.")
})
} catch (error) {
alert(error.message)
Expand Down

0 comments on commit 4902a01

Please sign in to comment.