Skip to content

Commit 0c5638c

Browse files
committed
Fix for emailIpAddress, successLogout
1 parent ce5318c commit 0c5638c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Language/sr/Auth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
'magicLinkExpired' => 'Žao nam je, link je istekao.',
4848
'checkYourEmail' => 'Proverite Vaš email!',
4949
'magicLinkDetails' => 'Upravo smo Vam poslali pristupni link. Pristupni link će biti validan još samo {0} minuta.',
50-
'successLogout' => 'You have successfully logged out.',
50+
'successLogout' => 'Uspešno ste se odjavili sa sistema.',
5151

5252
// Passwords
5353
'errorPasswordLength' => 'Lozinka mora biti najmanje {0, number} znakova dužine.',
@@ -68,7 +68,7 @@
6868

6969
// Email Globals
7070
'emailInfo' => 'Neke informacije o osobi:',
71-
'emailIpAddress' => 'IP Address:',
71+
'emailIpAddress' => 'IP Adresa:',
7272
'emailDevice' => 'Uređaj:',
7373
'emailDate' => 'Datum:',
7474

tests/Language/AbstractTranslationTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ abstract class AbstractTranslationTestCase extends TestCase
7070
// RussianTranslationTest::class => 'ru',
7171
// SinhalaTranslationTest::class => 'si',
7272
SlovakTranslationTest::class => 'sk',
73-
SerbianTranslationTest::class => 'sr',
73+
SerbianTranslationTest::class => 'sr',
7474
SwedishTranslationTest::class => 'sv-SE',
7575
// ThaiTranslationTest::class => 'th',
7676
TurkishTranslationTest::class => 'tr',

0 commit comments

Comments
 (0)