mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +08:00
[Legacy] Change messageKey for saving during loading
This commit is contained in:
parent
437f78a22e
commit
d88e648167
1 changed files with 1 additions and 1 deletions
|
@ -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.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue