Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb53ef1

Browse files
authored
Added translation for incorrect password
1 parent f503add commit eb53ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locales/sk/auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313

1414
return [
1515
'failed' => 'Prihlasovacie údaje nie sú správne.',
16-
'password' => 'The provided password is incorrect.',
16+
'password' => 'Zadané heslo je nesprávne.',
1717
'throttle' => 'Prekročený limit pokusov. Skúste znovu o :seconds sekúnd.',
1818
];

0 commit comments

Comments
 (0)