[Legacy] Add a messageKey for saving form during loading

This commit is contained in:
yunusyerli1 2023-04-13 18:06:59 +03:00 committed by Clemente Raposo
parent 94dfa7a417
commit b0f0437ac2

View file

@ -3899,6 +3899,7 @@ $app_strings['LBL_MULTIPLE_PRIMARY_EMAIL_VALIDATION_ERROR'] = "Only one email ad
$app_strings['LBL_DUPLICATE_EMAIL_VALIDATION_ERROR'] = "Duplicate email addresses are not allowed";
$app_strings['LBL_NO_PRIMARY_EMAIL_VALIDATION_ERROR'] = "One email address should be marked as primary";
$app_strings['LBL_VALIDATION_ERRORS'] = 'There are validation errors, unable to perform action.';
$app_strings['LBL_LOADING_IN_PROGRESS'] = 'Loading in progress, please wait...';
$app_strings['LBL_TYPE_TO_SEARCH'] = 'Type to search...';
$app_strings['LBL_SEARCHING'] = 'searching...';
$app_strings['LBL_NOT_FOUND'] = 'Not found.';