From 02de5f5856f6ba11d58840d3e7f63f61ad9deb7e Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 31 Dec 2018 15:51:26 +0000 Subject: [PATCH] fixed typo in Language/en/Aauth --- app/Language/en/Aauth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Language/en/Aauth.php b/app/Language/en/Aauth.php index 89a5f3a..81abdc9 100644 --- a/app/Language/en/Aauth.php +++ b/app/Language/en/Aauth.php @@ -27,7 +27,7 @@ return [ 'subjectVerification' => 'Account Verification', 'subjectReset' => 'Reset Password', - 'subjectResetSuccess' => 'Successful Pasword Reset', + 'subjectResetSuccess' => 'Successful Password Reset', 'textVerification' => "Your verification code is: {code}. You can also click on (or copy and paste) the following link\n\n {link}", 'textReset' => "To reset your password click on (or copy and paste in your browser address bar) the link below:\n\n {link}",