Split the legal_html into two, so that we can use proper paragraphs instead of a linebreak

Also add a missing full stop.
This commit is contained in:
Andy Allan 2020-01-02 11:14:54 +01:00
parent 438496c657
commit fc5260d71b
2 changed files with 5 additions and 4 deletions

View file

@ -28,7 +28,8 @@
<div class='section' id='legal'>
<h2><div class='icon legal'></div><%= t ".legal_title", :locale => @locale %></h2>
<p><%= t ".legal_html", :locale => @locale %></p>
<p><%= t ".legal_1_html", :locale => @locale %></p>
<p><%= t ".legal_2_html", :locale => @locale %></p>
</div>
<div class='section' id='partners'>

View file

@ -1358,13 +1358,13 @@ en:
under the same licence. See the <a href='%{copyright_path}'>Copyright and
License page</a> for details.
legal_title: Legal
legal_html: |
legal_1_html: |
This site and many other related services are formally operated by the
<a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a> (OSMF)
on behalf of the community. Use of all OSMF operated services is subject
to our <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Terms of Use</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
Acceptable Use Policies</a> and our <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Privacy Policy</a>
<br>
Acceptable Use Policies</a> and our <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Privacy Policy</a>.
legal_2_html: |
Please <a href='https://osmfoundation.org/Contact'>contact the OSMF</a>
if you have licensing, copyright or other legal questions.
<br>