From 54c36176c7cec129b6177a39948ec866fbe021c7 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Thu, 13 Feb 2025 17:32:24 +0300 Subject: [PATCH] Add licensing heading --- app/views/site/copyright.html.erb | 1 + config/locales/en.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/views/site/copyright.html.erb b/app/views/site/copyright.html.erb index 6940dc2f8..adfe268f0 100644 --- a/app/views/site/copyright.html.erb +++ b/app/views/site/copyright.html.erb @@ -39,6 +39,7 @@ <% I18n.with_locale @locale do %> <%= tag.div :lang => @locale, :dir => t("html.dir") do %> +

<%= t ".legal_babble.licensing_title" %>

<%= t ".legal_babble.introduction_1_html", :registered_trademark_link => tag.sup(link_to(t(".legal_babble.introduction_1_registered_trademark_html"), diff --git a/config/locales/en.yml b/config/locales/en.yml index d003b8352..308f2877a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2120,6 +2120,7 @@ en: native_link: THIS_LANGUAGE_NAME_HERE version mapping_link: start mapping legal_babble: + licensing_title: OpenStreetMap licensing introduction_1_html: | OpenStreetMap%{registered_trademark_link} is %{open_data}, licensed under the %{odc_odbl_link} (ODbL) by the %{osm_foundation_link} (OSMF). -- 2.39.5