]> git.openstreetmap.org Git - rails.git/commitdiff
Fix typos
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 9 Jan 2020 09:06:20 +0000 (10:06 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Thu, 9 Jan 2020 09:06:20 +0000 (10:06 +0100)
app/views/site/fixthemap.html.erb

index 7077d74cbb984f852c6a0a9e3f6ea88aa8241db5..3c82e2374e62b45d4523e9c02a43592c77adbdf9 100644 (file)
 <h3><%= t ".how_to_help.title" %></h3>
 
 <div class='container'>
-  <div class='row' %>
+  <div class='row'>
     <div class='col-sm'>
-      <h5><%= t ".how_to_help.join_the_community.title" %></h3>
+      <h5><%= t ".how_to_help.join_the_community.title" %></h5>
       <p><%= t ".how_to_help.join_the_community.explanation_html" %></p>
       <p class='text-center'>
         <a class="button sign-up" href="<%= user_new_path %>"><%= t("layouts.start_mapping") %></a>
       </p>
     </div>
     <div class='col-sm'>
-      <h5><%= t "site.welcome.add_a_note.title" %></h3>
+      <h5><%= t "site.welcome.add_a_note.title" %></h5>
       <p><%= t "site.welcome.add_a_note.paragraph_1_html" %></p>
       <p><%= t ".how_to_help.add_a_note.instructions_html", :map_url => root_path %></p>
     </div>