diff options
author | Mark Szymanski <mark@blueye.com> | 2017-01-17 21:46:24 -0600 |
---|---|---|
committer | Mark Szymanski <mark@blueye.com> | 2017-01-17 21:46:24 -0600 |
commit | d798a26666189a586e190d9914cc19febbb4189a (patch) | |
tree | a5c61391dfe64a8434e19443b7a6914b3bfd18e0 /app/Locale/sr_Latn_RS/translations.php | |
parent | 6a6069ee2f3a85d80ab5a1fb36ca1d021ccbe414 (diff) |
Updates to clarify difference between username and name in profile page (fixes #2812)
Diffstat (limited to 'app/Locale/sr_Latn_RS/translations.php')
-rw-r--r-- | app/Locale/sr_Latn_RS/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php index 8f96f40c..ffc418f7 100644 --- a/app/Locale/sr_Latn_RS/translations.php +++ b/app/Locale/sr_Latn_RS/translations.php @@ -336,8 +336,8 @@ return array( 'Remote' => 'Udaljno', 'Enabled' => 'Omogući', 'Disabled' => 'Onemogući', - 'Username:' => 'Korisničko ime:', - 'Name:' => 'Ime i Prezime', + 'Login:' => 'Korisničko ime:', + 'Full Name:' => 'Ime i Prezime', 'Email:' => 'Email: ', 'Notifications:' => 'Obaveštenja: ', 'Notifications' => 'Obaveštenja', |