diff --git a/ProcessMaker/Notifications/ResetPassword.php b/ProcessMaker/Notifications/ResetPassword.php index 4bd4a1828c..c638fc1b1b 100644 --- a/ProcessMaker/Notifications/ResetPassword.php +++ b/ProcessMaker/Notifications/ResetPassword.php @@ -21,6 +21,6 @@ protected function buildMailMessage($url) ->line(Lang::get('You are receiving this email because we received a password reset request for your account.')) ->action(Lang::get('Reset Password'), $url) ->line(Lang::get('This password reset link will expire in :count minutes.', ['count' => config('auth.passwords.' . config('auth.defaults.passwords') . '.expire')])) - ->line(Lang::get('If you did not request a password reset, please call us.')); + ->line(Lang::get('If you did not request a password reset, please call us at support@processmaker.com')); } } diff --git a/resources/lang/en.json b/resources/lang/en.json index 2d4af364e2..a952576314 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -1064,7 +1064,7 @@ "If the expression evaluates to true, create or update the following variable": "If the expression evaluates to true, create or update the following variable", "If the FEEL Expression evaluates to true then": "If the FEEL Expression evaluates to true then", "If you believe this is an error, please contact the system administrator or support team for assistance.": "If you believe this is an error, please contact the system administrator or support team for assistance.", - "If you did not request a password reset, please call us.": "If you did not request a password reset, please call us.", + "If you did not request a password reset, please call us at support@processmaker.com": "If you did not request a password reset, please call us at support@processmaker.com", "If you do, you won’t be able to recover the Calc configuration.": "If you do, you won’t be able to recover the Calc configuration.", "If you want to establish an automatic submit for this rule,": "If you want to establish an automatic submit for this rule,", "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:",