Skip to content

Commit

Permalink
fix(convert): typo for success message (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yelinz authored Feb 28, 2024
1 parent 96f5ec6 commit 2a9cdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/single-document-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default class SingleDocumentDetailsComponent extends DocumentCard {

this.args.refreshDocumentList();

this.notification.success(this.intl.t("alexandria.success.covert-pdf"));
this.notification.success(this.intl.t("alexandria.success.convert-pdf"));
} catch (error) {
new ErrorHandler(this, error).notify("alexandria.errors.convert-pdf");
}
Expand Down

0 comments on commit 2a9cdae

Please sign in to comment.