Skip to content

Commit 40e58dc

Browse files
authored
Norwegian translation for sendVerificationEmailLabel translated from English. (#566)
1 parent 7725166 commit 40e58dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/firebase_ui_localizations/lib/l10n/firebase_ui_nb.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531531
},
532-
"sendVerificationEmailLabel": "Send verification email",
532+
"sendVerificationEmailLabel": "Send e-postbekreftelse",
533533
"@sendVerificationEmailLabel": {
534534
"description": "Used as a button label to send a verification email",
535535
"placeholders": {}

packages/firebase_ui_localizations/lib/src/lang/nb.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,5 +335,5 @@ class NbLocalizations extends FirebaseUILocalizationLabels {
335335
String get confirmDeleteAccountButtonLabel => "Ja, slett";
336336

337337
@override
338-
String get sendVerificationEmailLabel => "Send verification email";
338+
String get sendVerificationEmailLabel => "Send e-postbekreftelse";
339339
}

0 commit comments

Comments
 (0)