Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ProcessMaker/Notifications/ResetPassword.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
}
}
2 changes: 1 addition & 1 deletion resources/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:",
Expand Down
Loading