Fix typos

This commit is contained in:
Andy Allan 2020-01-09 10:06:20 +01:00
parent 59f0760bf3
commit ff363832f8

View file

@ -12,16 +12,16 @@
<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>