mirror of
https://github.com/discourse/discourse.git
synced 2025-06-11 13:16:04 +08:00
FIX: ensures correct i18n key is used (#7686)
This commit is contained in:
@ -52,7 +52,7 @@
|
|||||||
{{#if showAverage}}
|
{{#if showAverage}}
|
||||||
<tr class="total-row">
|
<tr class="total-row">
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
{{i18n 'admin.dashboard.reports.average'}}
|
{{i18n 'admin.dashboard.reports.average_for_sample'}}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="admin-report-table-row">
|
<tr class="admin-report-table-row">
|
||||||
|
Reference in New Issue
Block a user