Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"description": "",
"placeholders": {}
},
"registerActionText": "Kaydet",
"registerActionText": "Kaydol",
"@registerActionText": {
"description": "Used as a label of the EmailForm submit button when the AuthAction is AuthAction.signUp.",
"placeholders": {}
Expand All @@ -270,7 +270,7 @@
"description": "Used as a hint text of the LoginView suggesting to create a new account.",
"placeholders": {}
},
"registerText": "Kaydedin",
"registerText": "Kaydolun",
"@registerText": {
"description": "Used as a title of the LoginView when AuthAction is AuthAction.signUp.",
"placeholders": {}
Expand Down
4 changes: 2 additions & 2 deletions packages/firebase_ui_localizations/lib/src/lang/tr.dart
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,13 @@ class TrLocalizations extends FirebaseUILocalizationLabels {
String get referenceLabel => "referans";

@override
String get registerActionText => "Kaydet";
String get registerActionText => "Kaydol";

@override
String get registerHintText => "Hesabınız yok mu?";

@override
String get registerText => "Kaydedin";
String get registerText => "Kaydolun";

@override
String get resetPasswordButtonLabel => "Şifreyi sıfırla";
Expand Down