string replaced with translation key
backend::lang.list.no_records exists in all language files
This commit is contained in:
parent
99f2a40662
commit
0e3e19a685
|
|
@ -54,7 +54,7 @@ class Lists extends WidgetBase
|
|||
/**
|
||||
* @var string Message to display when there are no records in the list.
|
||||
*/
|
||||
public $noRecordsMessage = 'No records found';
|
||||
public $noRecordsMessage = 'backend::lang.list.no_records';
|
||||
|
||||
/**
|
||||
* @var int Maximum rows to display for each page.
|
||||
|
|
|
|||
Loading…
Reference in New Issue