mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
rename bit-dialog-close
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
<strong>{{ params.fingerprint }}</strong>
|
||||
</span>
|
||||
<ng-container bitDialogFooter>
|
||||
<button bitButton type="submit" buttonType="primary" bitDialogClose bit-dialog-close="true">
|
||||
<button bitButton type="submit" buttonType="primary" [bitDialogClose]="true">
|
||||
{{ "approve" | i18n }}
|
||||
</button>
|
||||
<button bitButton type="submit" buttonType="secondary" bitDialogClose bit-dialog-close="false">
|
||||
<button bitButton type="submit" buttonType="secondary" [bitDialogClose]="false">
|
||||
{{ "cancel" | i18n }}
|
||||
</button>
|
||||
</ng-container>
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
{{ "verifyNativeMessagingConnectionWarning" | i18n }}
|
||||
</span>
|
||||
<ng-container bitDialogFooter>
|
||||
<button bitButton type="button" buttonType="primary" bitDialogClose bit-dialog-close="true">
|
||||
<button bitButton type="button" buttonType="primary" [bitDialogClose]="true">
|
||||
{{ "yes" | i18n }}
|
||||
</button>
|
||||
<button bitButton type="button" buttonType="secondary" bitDialogClose bit-dialog-close="false">
|
||||
<button bitButton type="button" buttonType="secondary" [bitDialogClose]="false">
|
||||
{{ "no" | i18n }}
|
||||
</button>
|
||||
</ng-container>
|
||||
|
||||
Reference in New Issue
Block a user