1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 03:33:54 +00:00

Change close to cancel (#9062)

This commit is contained in:
Alex Morask
2024-05-08 09:36:42 -04:00
committed by GitHub
parent 5682e38384
commit 5097a67b28

View File

@@ -62,7 +62,7 @@
{{ "addOrganization" | i18n }}
</button>
<button bitButton buttonType="secondary" type="button" [bitDialogClose]="ResultType.Closed">
{{ "close" | i18n }}
{{ "cancel" | i18n }}
</button>
</ng-container>
</bit-dialog>