Details
-
Bug
-
Status: Closed
-
Must
-
Resolution: Fixed
-
None
-
None
-
None
Description
When parsing a module with invalid configVersion the ModuleFileParser uses message key
Module.error.invalidConfigVersion=Invalid config version: {0} in locale {1}}
which seems to be copied from
general.noMatchesFoundInLocale=No matches found for {0} in locale {1}
thus the work locale.
Also we only pass one argument which leads to for example message shown in logs/to the user in UI
Invalid config version: 0.0.1 in locale {1}