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>

View file

@ -184,6 +184,7 @@ en:
note:
title: "Note: %{id}"
new_note: "New Note"
description: "Description"
open_title: "Unresolved note #%{note_name}"
closed_title: "Resolved note #%{note_name}"
hidden_title: "Hidden note #%{note_name}"