Skip to content

Commit 2a9cdae

Browse files
authored
fix(convert): typo for success message (#708)
1 parent 96f5ec6 commit 2a9cdae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/components/single-document-details.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default class SingleDocumentDetailsComponent extends DocumentCard {
112112

113113
this.args.refreshDocumentList();
114114

115-
this.notification.success(this.intl.t("alexandria.success.covert-pdf"));
115+
this.notification.success(this.intl.t("alexandria.success.convert-pdf"));
116116
} catch (error) {
117117
new ErrorHandler(this, error).notify("alexandria.errors.convert-pdf");
118118
}

0 commit comments

Comments
 (0)