mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 11:43:46 +00:00
Change close to cancel (#9062)
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
{{ "addOrganization" | i18n }}
|
{{ "addOrganization" | i18n }}
|
||||||
</button>
|
</button>
|
||||||
<button bitButton buttonType="secondary" type="button" [bitDialogClose]="ResultType.Closed">
|
<button bitButton buttonType="secondary" type="button" [bitDialogClose]="ResultType.Closed">
|
||||||
{{ "close" | i18n }}
|
{{ "cancel" | i18n }}
|
||||||
</button>
|
</button>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</bit-dialog>
|
</bit-dialog>
|
||||||
|
|||||||
Reference in New Issue
Block a user