You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Grocery_CRUD.php file line 2679 there's a hardcoded message: $input = "Please add {$field_info_type->display_as} first";
this string should be read from a language file in order to achieve multilingual behaviour.
Regards!
The text was updated successfully, but these errors were encountered:
On Grocery_CRUD.php file line 2679 there's a hardcoded message:
$input = "Please add {$field_info_type->display_as} first";
this string should be read from a language file in order to achieve multilingual behaviour.
Regards!
The text was updated successfully, but these errors were encountered: