diff --git a/src/Authorization/Service/MailService.php b/src/Authorization/Service/MailService.php index 3f6e1f010..78684e214 100644 --- a/src/Authorization/Service/MailService.php +++ b/src/Authorization/Service/MailService.php @@ -78,8 +78,8 @@ public function sendResetPasswordMail(UserInterface $user, string $token): void $mail->setIgnoreDebugMode(true); $mail->text( sprintf( - "Login to pimcore and change your password using the following link. - This temporary login link will expire in 24 hours: \r\n\r\n %s", + "Login to pimcore and change your password using the following link. + This temporary login link will expire in 24 hours: \r\n\r\n %s", $loginUrl ) );