mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
DEV: Fix theme error message (#22956)
Since the refactoring in f822a933fa295c80a8b0408cf0f6c459918dfa08, the text of theme-related errors has been missing in the UI.
This commit is contained in:
parent
45ae9d9bab
commit
1f15870d0d
@ -52,7 +52,7 @@ export default {
|
|||||||
reportToLogster(source.name, error);
|
reportToLogster(source.name, error);
|
||||||
|
|
||||||
const message = I18n.t("themes.broken_theme_alert");
|
const message = I18n.t("themes.broken_theme_alert");
|
||||||
this.displayErrorNotice(this.currentUser, message, source);
|
this.displayErrorNotice(message, source);
|
||||||
},
|
},
|
||||||
|
|
||||||
reportGenericError(e) {
|
reportGenericError(e) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user