Fixed missing translation

This commit is contained in:
Tom Hughes 2014-02-17 20:10:29 +00:00
parent f9ae6d252f
commit c02fa94d5e
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@
</h2>
<div class="browse-section">
<h4><%= t('browse.note.mine.description') %></h4>
<h4><%= t('browse.note.description') %></h4>
<div class="note-description">
<%= h(@note.comments.first.body.to_html) %>
</div>