translations updated

This commit is contained in:
Benjamin Takats
2022-12-14 13:06:33 +01:00
parent 02a1d9d634
commit 304904752a
9 changed files with 72 additions and 32 deletions

View File

@@ -28,6 +28,16 @@ class Course extends Resource
*/
public static $title = 'name';
public static function label()
{
return __('Course');
}
public static function singularLabel()
{
return __('Course');
}
/**
* The columns that should be searched.
* @var array