Skip to content

Commit 96f159e

Browse files
gaeshisamtstern
authored andcommitted
Fix Turkish translation for 'fui_name_hint' (#1402)
"Ad ve Soyadı" should be "Ad ve Soyad".
1 parent 0ad6d19 commit 96f159e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/src/main/res/values-tr/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<string name="fui_missing_email_address">Devam etmek için e-posta adresinizi girin</string>
2323
<string name="fui_progress_dialog_checking_accounts">Mevcut hesaplar kontrol ediliyor…</string>
2424
<string name="fui_title_register_email">Kaydol</string>
25-
<string name="fui_name_hint">Ad ve Soyadı</string>
25+
<string name="fui_name_hint">Ad ve Soyad</string>
2626
<string name="fui_button_text_save">Kaydet</string>
2727
<string name="fui_progress_dialog_signing_up">Kaydolunuyor…</string>
2828
<plurals name="fui_error_weak_password"> <item quantity="one">Şifre yeterince güçlü değil. En az %1$d karakter kullanın ve hem harf hem de rakam ekleyin</item> <item quantity="other">Şifre yeterince güçlü değil. En az %1$d karakter kullanın ve hem harf hem de rakam ekleyin</item> </plurals>

0 commit comments

Comments
 (0)