[Legacy] Fix empty value label

This commit is contained in:
Clemente Raposo 2024-03-18 17:41:01 +00:00 committed by Jack Anderson
parent ef9e4f4a73
commit bfa9381eec

View file

@ -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';