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