Skip to content

Commit

Permalink
Fix error messages in PrintingInfosAnalyzer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstein committed Dec 9, 2022
1 parent 0785019 commit 3c5adff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default class PrintingInfosAnalyzer {
}

_printError(error) {
const i18nErrors = this._i18n.get().ui.error;
const i18nErrors = this._i18n.get().ui.errors;
let errorMsg = i18nErrors.unknown;
const errorCode = error.status;
const customError = i18nErrors["code" + errorCode];
Expand Down

0 comments on commit 3c5adff

Please sign in to comment.