Skip to content

Commit

Permalink
Fix typo in mail signature
Browse files Browse the repository at this point in the history
  • Loading branch information
1-Harshit authored Oct 2, 2023
1 parent c5b09cf commit 9001be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func (mail *Mail) BuildMessage() []byte {
}

message += strings.Replace(mail.Body, "\n", "<br>", -1)
message += "<br><br>--<br>Recruitment Automation Sysytem<br>"
message += "<br><br>--<br>Recruitment Automation System<br>"
message += "Indian Institute of Technology Kanpur<br><br>"
message += "<small>This is an auto-generated email. Please do not reply.</small>"

Expand Down

0 comments on commit 9001be4

Please sign in to comment.