1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-21 11:35:34 +01:00

fix header in billing sync dialog (#11777)

This commit is contained in:
Jordan Aasen 2024-10-31 09:34:59 -07:00 committed by GitHub
parent 6d8b1314a5
commit eb510570da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
<form [formGroup]="formGroup" [bitSubmit]="submit">
<bit-dialog>
<h1 bitDialogTitle>
<span bitDialogTitle>
{{ (hasBillingToken ? "viewBillingToken" : "generateBillingToken") | i18n }}
</h1>
</span>
<div bitDialogContent>
<app-user-verification formControlName="verification" *ngIf="!clientSecret">
</app-user-verification>

View File

@ -1,8 +1,8 @@
<form [formGroup]="formGroup" [bitSubmit]="submit">
<bit-dialog>
<h1 bitDialogTitle>
<span bitDialogTitle>
{{ "manageBillingTokenSync" | i18n }}
</h1>
</span>
<div bitDialogContent>
<p>{{ "billingSyncKeyDesc" | i18n }}</p>
<bit-form-field>