fixed category description of reports
This commit is contained in:
@@ -148,6 +148,8 @@ abstract class Report
|
|||||||
return $this->findTranslation([
|
return $this->findTranslation([
|
||||||
$this->category . '_desc',
|
$this->category . '_desc',
|
||||||
$this->category . '_description',
|
$this->category . '_description',
|
||||||
|
str_replace('general.', 'reports.', $this->category) . '_desc',
|
||||||
|
str_replace('general.', 'reports.', $this->category) . '_description',
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user