Skip to content

Commit 26a68de

Browse files
authored
Merge pull request #2560 from imanalopher/master
Fix small syntax error(In Turkish language)
2 parents 6e87556 + 7353e5f commit 26a68de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Resources/translations/validators.tr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ fos_user:
55
short: 'Kullanıcı adı çok kısa.'
66
long: 'Kullanıcı adı çok uzun.'
77
email:
8-
already_used: 'e-posta zaten kullanılıyor.'
8+
already_used: 'E-posta zaten kullanılıyor.'
99
blank: 'Lütfen bir e-posta girin.'
10-
short: 'e-posta çok kısa.'
11-
long: 'e-posta çok uzun.'
12-
invalid: 'e-posta geçerli değil.'
10+
short: 'E-posta çok kısa.'
11+
long: 'E-posta çok uzun.'
12+
invalid: 'E-posta geçerli değil.'
1313
password:
1414
blank: 'Lütfen bir parola girin.'
1515
short: 'Parola çok kısa.'

0 commit comments

Comments
 (0)