From a5627717173a93ad102a08d9de7cbf6bb2cd003a Mon Sep 17 00:00:00 2001 From: champsupertramp Date: Thu, 22 Sep 2016 19:32:43 +0800 Subject: [PATCH] Fix typo in welcome email template --- um-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/um-config.php b/um-config.php index 86364ab7..d80161ea 100644 --- a/um-config.php +++ b/um-config.php @@ -738,7 +738,7 @@ $this->sections[] = array( '{login_url}' . "\r\n\r\n" . 'Your account e-mail: {email}' . "\r\n" . 'Your account username: {username}' . "\r\n" . - 'Set your account passowrd: {password_reset_link}' . "\r\n\r\n" . + 'Set your account password: {password_reset_link}' . "\r\n\r\n" . 'If you have any problems, please contact us at {admin_email}' . "\r\n\r\n" . 'Thanks,' . "\r\n" . '{site_name}',