From: Tom Hughes Date: Mon, 17 Feb 2014 20:10:29 +0000 (+0000) Subject: Fixed missing translation X-Git-Tag: live~4450 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/c02fa94d5e8528526cd1cc407c80cc95106e5df8 Fixed missing translation --- diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index 5ab29e0d1..fa6f75ff9 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -6,7 +6,7 @@
-

<%= t('browse.note.mine.description') %>

+

<%= t('browse.note.description') %>

<%= h(@note.comments.first.body.to_html) %>
diff --git a/config/locales/en.yml b/config/locales/en.yml index c305a381c..94537c1fb 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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}"