From: mmd-osm Date: Mon, 18 Dec 2017 21:13:41 +0000 (+0000) Subject: Added explanation about discussions on open changesets X-Git-Tag: live~3242 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/965123372d128d045951ddcc1e22b36038a88531 Added explanation about discussions on open changesets Closes #1705 --- diff --git a/app/views/browse/changeset.html.erb b/app/views/browse/changeset.html.erb index 86d190680..6a3e85680 100644 --- a/app/views/browse/changeset.html.erb +++ b/app/views/browse/changeset.html.erb @@ -72,6 +72,10 @@ + <% else %> +
+ <%= t('browse.changeset.still_open') %> +
<% end %> <% unless @ways.empty? %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 4ce1ae69f..5737e690a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -131,6 +131,7 @@ en: title_comment: "Changeset %{id} - %{comment}" join_discussion: "Log in to join the discussion" discussion: Discussion + still_open: "Changeset still open - discussion will open once the changeset is closed." node: title: "Node: %{name}" history_title: "Node History: %{name}"