FIX: ensures correct i18n key is used (#7686)
This commit is contained in:
parent
4283281397
commit
9585a16264
|
@ -52,7 +52,7 @@
|
|||
{{#if showAverage}}
|
||||
<tr class="total-row">
|
||||
<td colspan="2">
|
||||
{{i18n 'admin.dashboard.reports.average'}}
|
||||
{{i18n 'admin.dashboard.reports.average_for_sample'}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="admin-report-table-row">
|
||||
|
|
Loading…
Reference in New Issue