Skip to content

Commit

Permalink
fix(article): use t helper for article attachments download string
Browse files Browse the repository at this point in the history
  • Loading branch information
anpa committed Oct 5, 2020
1 parent dcaa408 commit 7959d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/article_page.hbs
Expand Up @@ -102,7 +102,7 @@
<a href="{{url}}" target="_blank">{{name}}</a>
<div class="attachment-meta meta-group">
<span class="attachment-meta-item meta-data">{{size}}</span>
<a href="{{url}}" target="_blank" class="attachment-meta-item meta-data">Download</a>
<a href="{{url}}" target="_blank" class="attachment-meta-item meta-data">{{t 'download'}}</a>
</div>
</li>
{{/each}}
Expand Down

0 comments on commit 7959d9c

Please sign in to comment.