Merge pull request #5766 from AntonKhorev/move-dashboard-strings
Move a couple of i18n strings to dashboards/contact
This commit is contained in:
commit
45c654bf03
2 changed files with 4 additions and 4 deletions
|
@ -25,9 +25,9 @@
|
|||
<% if changeset %>
|
||||
<%= t(".latest_edit_html", :ago => friendly_date_ago(changeset.created_at)) %>
|
||||
<% comment = changeset.tags["comment"].to_s == "" ? t("browse.no_comment") : changeset.tags["comment"] %>
|
||||
<q><%= link_to comment, changeset, :title => t("changesets.changeset.view_changeset_details") %></q>
|
||||
<q><%= link_to comment, changeset, :title => t(".view_changeset_details") %></q>
|
||||
<% else %>
|
||||
<%= t "changesets.changeset.no_edits" %>
|
||||
<%= t ".no_edits" %>
|
||||
<% end %>
|
||||
</p>
|
||||
|
||||
|
|
|
@ -476,8 +476,6 @@ en:
|
|||
sorry: "Sorry, the list of changeset comments you requested took too long to retrieve."
|
||||
changesets:
|
||||
changeset:
|
||||
no_edits: "(no edits)"
|
||||
view_changeset_details: "View changeset details"
|
||||
comments:
|
||||
one: "%{count} comment"
|
||||
other: "%{count} comments"
|
||||
|
@ -553,6 +551,8 @@ en:
|
|||
km away: "%{count}km away"
|
||||
m away: "%{count}m away"
|
||||
latest_edit_html: "Latest edit (%{ago}):"
|
||||
no_edits: "(no edits)"
|
||||
view_changeset_details: "View changeset details"
|
||||
popup:
|
||||
your location: "Your location"
|
||||
nearby mapper: "Nearby mapper"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue