From fef188c221fcd28c2332a590a8c85b3e2aae35bc Mon Sep 17 00:00:00 2001 From: Jared Snider <116684653+JaredSnider-Bitwarden@users.noreply.github.com> Date: Thu, 11 Jul 2024 20:03:37 -0400 Subject: [PATCH] PM-9688 - Registration with Email Verification - RegistrationFinishComponent - fix button text to say create account instead of set password (#10084) --- .../registration-finish/registration-finish.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/auth/src/angular/registration/registration-finish/registration-finish.component.html b/libs/auth/src/angular/registration/registration-finish/registration-finish.component.html index 217a7745ebf..70ca948f93d 100644 --- a/libs/auth/src/angular/registration/registration-finish/registration-finish.component.html +++ b/libs/auth/src/angular/registration/registration-finish/registration-finish.component.html @@ -8,4 +8,5 @@ [masterPasswordPolicyOptions]="masterPasswordPolicyOptions" [loading]="submitting" (onPasswordFormSubmit)="handlePasswordFormSubmit($event)" + [buttonText]="'createAccount' | i18n" >