diff --git a/apps/browser/src/vault/popup/components/vault/add-edit.component.ts b/apps/browser/src/vault/popup/components/vault/add-edit.component.ts index 2f89d09b8cb..6960fc6dff8 100644 --- a/apps/browser/src/vault/popup/components/vault/add-edit.component.ts +++ b/apps/browser/src/vault/popup/components/vault/add-edit.component.ts @@ -355,14 +355,14 @@ export class AddEditComponent extends BaseAddEditComponent { this.platformUtilsService.showToast( "success", null, - this.i18nService.t("totpCaptureSuccess") + this.i18nService.t("totpCaptureSuccess"), ); } } catch (e) { this.platformUtilsService.showToast( "error", this.i18nService.t("errorOccurred"), - this.i18nService.t("totpCaptureError") + this.i18nService.t("totpCaptureError"), ); } } diff --git a/libs/angular/src/vault/components/add-edit.component.ts b/libs/angular/src/vault/components/add-edit.component.ts index eac1c4c5182..ad5359a3c7f 100644 --- a/libs/angular/src/vault/components/add-edit.component.ts +++ b/libs/angular/src/vault/components/add-edit.component.ts @@ -665,7 +665,7 @@ export class AddEditComponent implements OnInit, OnDestroy { this.platformUtilsService.showToast( "info", null, - this.i18nService.t("valueCopied", this.i18nService.t(typeI18nKey)) + this.i18nService.t("valueCopied", this.i18nService.t(typeI18nKey)), ); if (typeI18nKey === "password") {