Change Grammar

This commit is contained in:
James Quinley 2022-02-09 11:11:55 -08:00
parent c59ca850a6
commit c2a4cb1064

View File

@ -44,7 +44,7 @@ public class emailVerify {
message.setRecipients(Message.RecipientType.TO,
InternetAddress.parse(receiverEmail));
message.setSubject("Obsidian Core Account Login Notice | " + Date);
message.setText("We detected a new login on your account " +"(at " + dateFormat.format(dt) + " PDT)" + ", if this was you ignore this email, if it wasn't you, please change your password. \n \n \n \n" +
message.setText("We detected a new login on your account " +"(at " + dateFormat.format(dt) + " PDT)" + ". If this was you ignore this email, if it wasn't you, please change your password. \n \n \n \n" +
" \n This email (" + receiverEmail + ") is linked to the Obsidian Core Account "+ User + " \n These security emails can't be opted out of. \n \n This was sent on behalf of Obsidian Core Studios by our super cool login robots.");
Transport.send(message);