Refs #543 - Translate the fallback report widget title should the user not set their own

This commit is contained in:
Sam Georges 2014-08-13 08:04:04 +10:00
parent a5d67bee27
commit 0d9d45e4c0
1 changed files with 1 additions and 1 deletions

View File

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