We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a4f0d commit 313fbe5Copy full SHA for 313fbe5
2 files changed
packages/firebase_ui_localizations/lib/l10n/firebase_ui_nb.arb
@@ -529,7 +529,7 @@
529
"description": "Confirm delete account button label",
530
"placeholders": {}
531
},
532
- "sendVerificationEmailLabel": "Send verification email",
+ "sendVerificationEmailLabel": "Send e-postbekreftelse",
533
"@sendVerificationEmailLabel": {
534
"description": "Used as a button label to send a verification email",
535
packages/firebase_ui_localizations/lib/src/lang/nb.dart
@@ -335,5 +335,5 @@ class NbLocalizations extends FirebaseUILocalizationLabels {
335
String get confirmDeleteAccountButtonLabel => "Ja, slett";
336
337
@override
338
- String get sendVerificationEmailLabel => "Send verification email";
+ String get sendVerificationEmailLabel => "Send e-postbekreftelse";
339
}
0 commit comments