string replaced with translation key

backend::lang.list.no_records exists in all language files
This commit is contained in:
Jakub Zych 2015-09-23 15:14:10 +02:00
parent 99f2a40662
commit 0e3e19a685
1 changed files with 1 additions and 1 deletions

View File

@ -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.