diff --git a/src/main/java/icu/samnyan/aqua/net/components/Email.kt b/src/main/java/icu/samnyan/aqua/net/components/Email.kt index 75269b6c..21f62cfa 100644 --- a/src/main/java/icu/samnyan/aqua/net/components/Email.kt +++ b/src/main/java/icu/samnyan/aqua/net/components/Email.kt @@ -73,7 +73,7 @@ class EmailService( mailer.sendMail(EmailBuilder.startingBlank() .from(props.senderName, props.senderAddr) .to(user.computedName, user.email) - .withSubject("Verification Your Email Address for AquaNet") + .withSubject("Verify Your Email Address for AquaNet") .withHTMLText(confirmTemplate .replace("{{name}}", user.computedName) .replace("{{url}}", "https://${props.webHost}/verify?code=$token")) @@ -93,4 +93,4 @@ class EmailService( } } -} \ No newline at end of file +}