Browse Source

fixed typo in Language/en/Aauth

v3-dev
REJack 6 years ago
parent
commit
02de5f5856
No known key found for this signature in database
GPG Key ID: 4A44B48700429F46
  1. 2
      app/Language/en/Aauth.php

2
app/Language/en/Aauth.php

@ -27,7 +27,7 @@
return [ return [
'subjectVerification' => 'Account Verification', 'subjectVerification' => 'Account Verification',
'subjectReset' => 'Reset Password', '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}", '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}", 'textReset' => "To reset your password click on (or copy and paste in your browser address bar) the link below:\n\n {link}",

Loading…
Cancel
Save