X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/19c2b92fb736e2b424981ce36c8ffd8f75c44d99..083375b3c33f6aae6d81b17f12318e80e5c992db:/app/views/changeset_comments/_comment.html.erb diff --git a/app/views/changeset_comments/_comment.html.erb b/app/views/changeset_comments/_comment.html.erb index 34b15ff88..a312e4f0f 100644 --- a/app/views/changeset_comments/_comment.html.erb +++ b/app/views/changeset_comments/_comment.html.erb @@ -1,6 +1,7 @@ -

<%= t "changeset.rss.comment", :author => comment.author.display_name, - :changeset_id => comment.changeset.id.to_s %>

+

<%= t ".comment", + :author => comment.author.display_name, + :changeset_id => comment.changeset.id.to_s %>

-
<%= t "changeset.rss.commented_at_by_html", :when => friendly_date(comment.created_at), :user => comment.author.display_name %>
+
<%= t ".commented_at_by_html", :when => friendly_date_ago(comment.created_at), :user => comment.author.display_name %>
<%= comment.body %>