diff --git a/api/controllers/application.controller.go b/api/controllers/application.controller.go index 88f4a34..b1fbe69 100644 --- a/api/controllers/application.controller.go +++ b/api/controllers/application.controller.go @@ -84,7 +84,7 @@ func CreateApplication(c *fiber.Ctx) error { log.Error("Error: Inserting notification") } newMailEmbed := mailer.MailEmbed{ - Header: "#Recruitment2024", + Header: "#Recruitment2025", Salutations: "Hello Dreamer,", Body: utils.CapitalizeDomain(strings.Replace(body.Domain, "_", " ", -1)), } @@ -273,7 +273,7 @@ func SubmitApplication(c *fiber.Ctx) error { } email := c.Locals("userData").(map[string]interface{})["email"].(string) newMailEmbed := mailer.MailEmbed{ - Header: "#Recruitment2024", + Header: "#Recruitment2025", Salutations: "Hello there, SRMKZILLian in the making,", Body: utils.CapitalizeDomain(strings.Replace(domain, "_", " ", -1)), } diff --git a/api/controllers/auth.controllers.go b/api/controllers/auth.controllers.go index 9b454a6..0d29d50 100644 --- a/api/controllers/auth.controllers.go +++ b/api/controllers/auth.controllers.go @@ -191,7 +191,7 @@ func registerUserInDb(user models.UserData) (primitive.ObjectID, error) { } newMailEmbed := mailer.MailEmbed{ - Header: "#Recruitment2024", + Header: "#Recruitment2025", Salutations: "Aloha " + user.Name + ",", Body: "", } diff --git a/api/utils/notifications/notifications.go b/api/utils/notifications/notifications.go index 9beabf7..5cd1faf 100644 --- a/api/utils/notifications/notifications.go +++ b/api/utils/notifications/notifications.go @@ -25,8 +25,8 @@ func RecordNotification(notificationType string, userId any, domain string) bool switch notificationType { case "NEW_USER": - notification.Text = "Greetings, mortal. Welcome to #Recruitment2024. Your divine journey to becoming an SRMKZILLian starts now. Create a new application to begin your quest." - notification.Markdown = "Hail, brave soul! The path to becoming an SRMKZILLian champion is open, like the gates of Olympus. Begin your epic journey by crafting your first application! #Recruitment2024" + notification.Text = "Greetings, mortal. Welcome to #Recruitment2025. Your divine journey to becoming an SRMKZILLian starts now. Create a new application to begin your quest." + notification.Markdown = "Hail, brave soul! The path to becoming an SRMKZILLian champion is open, like the gates of Olympus. Begin your epic journey by crafting your first application! #Recruitment2025" case "NEW_APPLICATION": notification.Text = "Your application has been created." diff --git a/api/utils/templates/draft.html b/api/utils/templates/draft.html index 0f1082d..cabfffc 100644 --- a/api/utils/templates/draft.html +++ b/api/utils/templates/draft.html @@ -13,7 +13,7 @@ -