minor fixed

This commit is contained in:
SowinskiBraeden committed 2022-06-13 13:50:58 -07:00
1 parent a98b10c816
commit 9511270b71
1 file changed
+2 -2
+2 -2
View File
@@ -2376,7 +2376,7 @@ func UpdateAdminName(c *fiber.Ctx) error {
cancel()
return c.Status(fiber.StatusInternalServerError).JSON(fiber.Map{
"success": false,
"message": "the admin password could not be updated",
"message": "the admin could not be updated",
"error": updateErr,
})
}
@@ -2452,7 +2452,7 @@ func UpdateAdminEmail(c *fiber.Ctx) error {
cancel()
return c.Status(fiber.StatusInternalServerError).JSON(fiber.Map{
"success": false,
"message": "the admin password could not be updated",
"message": "the admin could not be updated",
"error": updateErr,
})
}