]> git.openstreetmap.org Git - rails.git/commitdiff
Split the legal_html into two, so that we can use proper paragraphs instead of a...
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 2 Jan 2020 10:14:54 +0000 (11:14 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Thu, 2 Jan 2020 10:14:54 +0000 (11:14 +0100)
Also add a missing full stop.

app/views/site/about.html.erb
config/locales/en.yml

index 15255d9e0d57e1fc73e799a00a87dc431b2ad45c..f5e90ff25313557e45b95e121a6e0d691e0d3abe 100644 (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'>
index 7c3aef4aa216508e3e65ea9c60495392b6ec0419..5479c3db3a0e930c46148c01d35aeb56ff65cdf3 100644 (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>