From fc5260d71b764d4ebda340f073df5ab39ab1c2fa Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Thu, 2 Jan 2020 11:14:54 +0100 Subject: [PATCH] Split the legal_html into two, so that we can use proper paragraphs instead of a linebreak Also add a missing full stop. --- app/views/site/about.html.erb | 3 ++- config/locales/en.yml | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/views/site/about.html.erb b/app/views/site/about.html.erb index 15255d9e0..f5e90ff25 100644 --- a/app/views/site/about.html.erb +++ b/app/views/site/about.html.erb @@ -28,7 +28,8 @@
diff --git a/config/locales/en.yml b/config/locales/en.yml index 7c3aef4aa..5479c3db3 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1358,13 +1358,13 @@ en: under the same licence. See the Copyright and License page for details. legal_title: Legal - legal_html: | + legal_1_html: | This site and many other related services are formally operated by the OpenStreetMap Foundation (OSMF) on behalf of the community. Use of all OSMF operated services is subject to our Terms of Use, - Acceptable Use Policies and our Privacy Policy -
+ Acceptable Use Policies and our Privacy Policy. + legal_2_html: | Please contact the OSMF if you have licensing, copyright or other legal questions.
-- 2.39.5