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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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>