diff --git a/app/webpacker/controllers/application_controller.js b/app/webpacker/controllers/application_controller.js index 3065427cf4..50f5e57269 100644 --- a/app/webpacker/controllers/application_controller.js +++ b/app/webpacker/controllers/application_controller.js @@ -47,7 +47,7 @@ export default class extends Controller { console.error(reflex + ":\n " + error); // show error message - alert(I18n.t("errors.stimulus_reflex_error")); + alert(I18n.t("errors.general_error.message")); } reflexForbidden(element, reflex, noop, reflexId) { diff --git a/config/locales/en.yml b/config/locales/en.yml index e20236b1d9..1fe516fee8 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -175,14 +175,15 @@ en: message_html: "
The change you wanted was rejected. Maybe you tried to change something you don't have access to.