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 @@ -529,7 +529,7 @@
"description": "Confirm delete account button label",
"placeholders": {}
},
"sendVerificationEmailLabel": "Send verification email",
"sendVerificationEmailLabel": "Send e-postbekreftelse",
"@sendVerificationEmailLabel": {
"description": "Used as a button label to send a verification email",
"placeholders": {}
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_ui_localizations/lib/src/lang/nb.dart
Original file line number Diff line number Diff line change
Expand Up @@ -335,5 +335,5 @@ class NbLocalizations extends FirebaseUILocalizationLabels {
String get confirmDeleteAccountButtonLabel => "Ja, slett";

@override
String get sendVerificationEmailLabel => "Send verification email";
String get sendVerificationEmailLabel => "Send e-postbekreftelse";
}
Loading