diff --git a/project/assets/database/locales/server/en.json b/project/assets/database/locales/server/en.json index bc976917..78ff456b 100644 --- a/project/assets/database/locales/server/en.json +++ b/project/assets/database/locales/server/en.json @@ -143,7 +143,7 @@ "modloader-main_property_points_to_nothing": "Mod %s package.json main property points to non-existing file", "modloader-missing_akiversion_field": "Mod %s is missing the akiVersion field, most likely due to being out of date and incompatible with the current version of AKI", "modloader-missing_dependency": "Mod {{mod}} requires {{modDependency}} to be installed.", - "modloader-missing_package_json": "Mod (%s) is missing package.json", + "modloader-missing_package_json": "Mod (%s) is missing package.json. Make sure you have checked the mods hub page for install instructions", "modloader-missing_package_json_property": "Mod {{modName}} package.json requires {{prop}} property", "modloader-mod_incompatible": "ModLoader: Mod (%s) is incompatible. It must implement at least one of IPostAkiLoadMod, IPostDBLoadMod, IPreAkiLoadMod", "modloader-mod_has_no_main_property": "ModLoader: Mod (%s) is incompatible. It lacks a 'main' property",