]> git.openstreetmap.org Git - rails.git/commitdiff
Fixed missing translation
authorTom Hughes <tom@compton.nu>
Mon, 17 Feb 2014 20:10:29 +0000 (20:10 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 17 Feb 2014 20:10:29 +0000 (20:10 +0000)
app/views/browse/note.html.erb
config/locales/en.yml

index 5ab29e0d1d0b958f8322b10ad02c9d144eea552d..fa6f75ff9e01f40e5aaee8b93691a6e3269589e6 100644 (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>
index c305a381c57bea12fbb544fdf7604db28fe64499..94537c1fb40d0ce1654185e32fe613ca2ac70a02 100644 (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}"