Fixed missing translation
This commit is contained in:
parent
f9ae6d252f
commit
c02fa94d5e
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<div class="browse-section">
|
<div class="browse-section">
|
||||||
<h4><%= t('browse.note.mine.description') %></h4>
|
<h4><%= t('browse.note.description') %></h4>
|
||||||
<div class="note-description">
|
<div class="note-description">
|
||||||
<%= h(@note.comments.first.body.to_html) %>
|
<%= h(@note.comments.first.body.to_html) %>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -184,6 +184,7 @@ en:
|
||||||
note:
|
note:
|
||||||
title: "Note: %{id}"
|
title: "Note: %{id}"
|
||||||
new_note: "New Note"
|
new_note: "New Note"
|
||||||
|
description: "Description"
|
||||||
open_title: "Unresolved note #%{note_name}"
|
open_title: "Unresolved note #%{note_name}"
|
||||||
closed_title: "Resolved note #%{note_name}"
|
closed_title: "Resolved note #%{note_name}"
|
||||||
hidden_title: "Hidden note #%{note_name}"
|
hidden_title: "Hidden note #%{note_name}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue