Skip to content

Commit

Permalink
Merge pull request #5313 from Laravel-Backpack/added-translations
Browse files Browse the repository at this point in the history
Added email and username base translations
  • Loading branch information
pxpm authored Sep 19, 2023
2 parents 4ae6a7d + 321b164 commit fbe5569
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/resources/lang/en/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
'register' => 'Register',
'name' => 'Name',
'email_address' => 'E-mail address',
'email' => 'Email',
'username' => 'Username',
'password' => 'Password',
'old_password' => 'Old password',
'new_password' => 'New password',
Expand Down

0 comments on commit fbe5569

Please sign in to comment.