Fix translations
This commit is contained in:
parent
1a0ef82ab8
commit
7733056858
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
<% if common_details.changeset.tags['comment'].present? %>
|
||||
<%= linkify(h(common_details.changeset.tags['comment'])) %>
|
||||
<% else %>
|
||||
(no comment)
|
||||
<%= t 'browse.changeset_details.no_comment' %>
|
||||
<% end %>
|
||||
</h4>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<% set_title("New Note") %>
|
||||
<% set_title(t "browse.note.new_note") %>
|
||||
|
||||
<h2>
|
||||
<a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue