-<% end %>
-
-<div class='pad2 drop'>
- <h3><%= t "welcome_page.section_4.title" %></h3>
- <p><%= t "welcome_page.section_4.paragraph_1_html" %></p>
- <div class='col12 clearfix'>
- <p>
- <span class='sprite small term editor'></span>
- <%= t "welcome_page.section_4.editor_html" %>
- </p>
- <p>
- <span class='sprite small term node'></span>
- <%= t "welcome_page.section_4.node_html" %>
- </p>
- <p>
- <span class='sprite small term way'></span>
- <%= t "welcome_page.section_4.way_html" %>
- </p>
- <p>
- <span class='sprite small term changeset'></span>
- <%= t "welcome_page.section_4.changeset_html" %>
- </p>
+ <div class='clearfix'>
+ <span class='sprite small term way float-start'></span>
+ <p><%= t ".basic_terms.a_way_html", :way => tag.strong(t(".basic_terms.way")) %></p>
+ </div>
+ <div class='clearfix'>
+ <span class='sprite small term tag float-start'></span>
+ <p><%= t ".basic_terms.a_tag_html", :tag => tag.strong(t(".basic_terms.tag")) %></p>