Skip to content

Commit 133130e

Browse files
committed
Merge pull request #55 from Remo/patch-3
string ending fixed
2 parents 3db6746 + 95049ba commit 133130e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/lang/en/user.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'update' => 'Update',
2020
'confirm_password' => 'Confirm Password',
2121
'password' => 'Password',
22-
'new_password' => 'New Password,
22+
'new_password' => 'New Password',
2323
'uploading' => 'Uploading',
2424
'username' => 'Username',
2525
'user_settings' => 'User settings',
@@ -31,4 +31,4 @@
3131
'settings_updated' => 'Your settings have been updated!',
3232
'email' => 'Email',
3333
'github_user_already_taken' => 'Your Github username has already been taken on this site, please choose a different username',
34-
);
34+
);

0 commit comments

Comments
 (0)