i18n: Translate Unmute in muted topics UI.

This commit is contained in:
Tim Abbott 2020-05-25 18:26:36 -07:00
parent 5a9e834571
commit 117677d97e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<td>{{topic}}</td>
<td>{{date_muted_str}}</td>
<td class="actions">
<span><a class="settings-unmute-topic">Unmute</a></span>
<span><a class="settings-unmute-topic">{{t "Unmute" }}</a></span>
</td>
</tr>
{{/with}}