mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 14:35:08 -05:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user