We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f5ec6 commit 2a9cdaeCopy full SHA for 2a9cdae
addon/components/single-document-details.js
@@ -112,7 +112,7 @@ export default class SingleDocumentDetailsComponent extends DocumentCard {
112
113
this.args.refreshDocumentList();
114
115
- this.notification.success(this.intl.t("alexandria.success.covert-pdf"));
+ this.notification.success(this.intl.t("alexandria.success.convert-pdf"));
116
} catch (error) {
117
new ErrorHandler(this, error).notify("alexandria.errors.convert-pdf");
118
}
0 commit comments