Refs #543 - Translate the fallback report widget title should the user not set their own
This commit is contained in:
parent
a5d67bee27
commit
0d9d45e4c0
|
|
@ -1,5 +1,5 @@
|
|||
<div class="report-widget">
|
||||
<h3><?= e($this->property('title')) ?></h3>
|
||||
<h3><?= e(trans($this->property('title'))) ?></h3>
|
||||
|
||||
<?php if (!isset($error)): ?>
|
||||
<ul class="status-list">
|
||||
|
|
|
|||
Loading…
Reference in New Issue