DEV: Fix theme error message (#22956) (#22958)

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 16:10:44 +01:00 committed by GitHub
parent 73ee3c1499
commit 29805c31b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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) {