From 31e319f18f4456ea2bb939599a1b0d5620706ee9 Mon Sep 17 00:00:00 2001 From: jmwill86 Date: Fri, 21 Aug 2020 14:32:06 +0100 Subject: [PATCH] Update flashes.en.yml Improved sentance structure for reset password text. :) --- Resources/translations/flashes.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/translations/flashes.en.yml b/Resources/translations/flashes.en.yml index 1a52b70..544f891 100644 --- a/Resources/translations/flashes.en.yml +++ b/Resources/translations/flashes.en.yml @@ -6,7 +6,7 @@ sylius: expire_password_reset_token: 'The password reset token has expired.' change_password: 'Your password has been changed successfully!' reset_password: 'Your password has been reset successfully!' - reset_password_request: 'If the email you have specified exists in our system, we have sent there an instruction on how to reset your password.' + reset_password_request: 'If the email you have specified exists in our system, we will send instructions there on how to reset your password.' verify_email: 'Your email has been successfully verified.' verify_email_by_invalid_token: 'The verification token is invalid.' verify_email_request: 'An email with the verification link has been sent to your email address.'