Fix typo (error message)

This commit is contained in:
Frédéric Guillot
2014-05-28 18:30:18 -04:00
parent 3fcd3d5368
commit 99b5758dd6
6 changed files with 7 additions and 7 deletions

View File

@@ -125,7 +125,7 @@ return array(
'The username must be unique' => 'Nazwa użytkownika musi być unikalna',
'The username must be alphanumeric' => 'Nazwa użytkownika musi być alfanumeryczna',
'The user id is required' => 'ID użytkownika jest wymagane',
'Passwords doesn\'t matches' => 'Hasła nie pasują do siebie',
'Passwords don\'t match' => 'Hasła nie pasują do siebie',
'The confirmation is required' => 'Wymagane jest potwierdzenie',
'The column is required' => 'Kolumna jest wymagana',
'The project is required' => 'Projekt jest wymagany',