Rename translation key

So that it can be used for more general purposes.
This commit is contained in:
David Cook
2024-04-23 13:02:54 +10:00
parent d0f683d279
commit b5cdee3d65
2 changed files with 6 additions and 5 deletions

View File

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