]> git.openstreetmap.org Git - rails.git/commitdiff
Move redacted version locale strings to old_elements
authorAnton Khorev <tony29@yandex.ru>
Sat, 4 Jan 2025 14:41:29 +0000 (17:41 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 4 Jan 2025 14:41:29 +0000 (17:41 +0300)
app/views/old_elements/_actions.html.erb
config/locales/en.yml

index 94e18e45777bb27e950f573b7d86039634fe0b4a..36a16abb4543ffb74c3a00276c5e34e9d877b932 100644 (file)
@@ -6,9 +6,9 @@
   <% elsif current_user&.moderator? %>
     &middot;
     <% if !params[:show_redactions] %>
-      <%= link_to t("browse.view_redacted_data"), :params => { :show_redactions => true } %>
+      <%= link_to t(".view_redacted_data"), :params => { :show_redactions => true } %>
     <% else %>
-      <%= link_to t("browse.view_redaction_message") %>
+      <%= link_to t(".view_redaction_message") %>
     <% end %>
   <% end %>
 </div>
index e1dd3c303281af491ee0191d36e03c9b48e50201..b60549894ebb131546284f2c29e69745141ef598 100644 (file)
@@ -323,8 +323,6 @@ en:
     view_history: "View History"
     view_unredacted_history: "View Unredacted History"
     view_details: "View Details"
-    view_redacted_data: "View Redacted Data"
-    view_redaction_message: "View Redaction Message"
     location: "Location:"
     common_details:
       coordinates_html: "%{latitude}, %{longitude}"
@@ -407,6 +405,9 @@ en:
         title_html: "Way History: %{name}"
       relation:
         title_html: "Relation History: %{name}"
+    actions:
+      view_redacted_data: "View Redacted Data"
+      view_redaction_message: "View Redaction Message"
   nodes:
     timeout:
       sorry: "Sorry, the data for the node with the id %{id} took too long to retrieve."