DEV: Fix theme error message (#22956)

Since the refactoring in f822a933fa, the text of theme-related errors has been missing in the UI.
This commit is contained in:
David Taylor 2023-08-03 15:58:04 +01:00 committed by GitHub
parent 45ae9d9bab
commit 1f15870d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ export default {
reportToLogster(source.name, error);
const message = I18n.t("themes.broken_theme_alert");
this.displayErrorNotice(this.currentUser, message, source);
this.displayErrorNotice(message, source);
},
reportGenericError(e) {