Skip to content

Commit

Permalink
Set the cancel text normally
Browse files Browse the repository at this point in the history
  • Loading branch information
ttalty committed Jan 18, 2024
1 parent 1b83ebc commit f125a28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class LastPassDirectImportService {
content: this.i18nService.t("awaitingSSODesc"),
type: "warning",
icon: "bwi-key",
acceptButtonText: { key: this.i18nService.t("cancel") },
acceptButtonText: this.i18nService.t("cancel"),
cancelButtonText: null,
});
const cancelled = firstValueFrom(cancelDialogRef.closed).then((_didCancel) => {
Expand Down

0 comments on commit f125a28

Please sign in to comment.