[Legacy] Change messageKey for saving during loading

This commit is contained in:
yunusyerli1 2023-05-05 15:56:04 +03:00 committed by Clemente Raposo
parent 437f78a22e
commit d88e648167

View file

@ -3899,7 +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_LOADING_IN_PROGRESS'] = 'The calculation is currently in progress, please wait a few moments before trying again.';
$app_strings['LBL_TYPE_TO_SEARCH'] = 'Type to search...';
$app_strings['LBL_SEARCHING'] = 'searching...';
$app_strings['LBL_NOT_FOUND'] = 'Not found.';