mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-11 03:40:20 +00:00
Rename translation key
So that it can be used for more general purposes.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user