Skip to content

Commit 49a3cf9

Browse files
committed
Add support email in reset password email
1 parent d74f962 commit 49a3cf9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ProcessMaker/Notifications/ResetPassword.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ protected function buildMailMessage($url)
2121
->line(Lang::get('You are receiving this email because we received a password reset request for your account.'))
2222
->action(Lang::get('Reset Password'), $url)
2323
->line(Lang::get('This password reset link will expire in :count minutes.', ['count' => config('auth.passwords.' . config('auth.defaults.passwords') . '.expire')]))
24-
->line(Lang::get('If you did not request a password reset, please call us.'));
24+
->line(Lang::get('If you did not request a password reset, please call us at support@processmaker.com'));
2525
}
2626
}

resources/lang/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@
10641064
"If the expression evaluates to true, create or update the following variable": "If the expression evaluates to true, create or update the following variable",
10651065
"If the FEEL Expression evaluates to true then": "If the FEEL Expression evaluates to true then",
10661066
"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.",
1067-
"If you did not request a password reset, please call us.": "If you did not request a password reset, please call us.",
1067+
"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",
10681068
"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.",
10691069
"If you want to establish an automatic submit for this rule,": "If you want to establish an automatic submit for this rule,",
10701070
"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:",

0 commit comments

Comments
 (0)