mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-13 00:42:08 +08:00
[Legacy] Fix empty value label
This commit is contained in:
parent
ef9e4f4a73
commit
bfa9381eec
1 changed files with 1 additions and 1 deletions
|
@ -3924,7 +3924,7 @@ $app_strings['LBL_GENERIC_CONFIRMATION'] = 'Do you want to proceed with action?'
|
|||
$app_strings['LBL_SHOW_MORE'] = 'Show more';
|
||||
$app_strings['LBL_SHOW_LESS'] = 'Show less';
|
||||
$app_strings['LBL_LOAD_MORE'] = 'Load more';
|
||||
$app_strings['LBL_EMPTY'] = '-- Empty -- ';
|
||||
$app_strings['LBL_EMPTY'] = '-- Empty --';
|
||||
$app_strings['LBL_OPERATOR'] = 'Operator';
|
||||
$app_strings['LBL_START'] = 'Start';
|
||||
$app_strings['LBL_END'] = 'End';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue