Rework about page to avoid html in the translations
This commit is contained in:
parent
9101705656
commit
8df3c7b12a
2 changed files with 4 additions and 5 deletions
|
@ -13,7 +13,8 @@
|
|||
<div class="row">
|
||||
<div class='text-muted col-sm order-sm-2'>
|
||||
<h4><%= t ".about.header" %></h4>
|
||||
<%= t ".about.html" %>
|
||||
<p><%= t ".about.paragraph_1" %></p>
|
||||
<p><%= t ".about.paragraph_2" %></p>
|
||||
</div>
|
||||
|
||||
<div class="col-sm">
|
||||
|
|
|
@ -2573,10 +2573,8 @@ en:
|
|||
support: support
|
||||
about:
|
||||
header: Free and editable
|
||||
html: |
|
||||
<p>Unlike other maps, OpenStreetMap is completely created by people like you,
|
||||
and it's free for anyone to fix, update, download and use.</p>
|
||||
<p>Sign up to get started contributing. We'll send an email to confirm your account.</p>
|
||||
paragraph_1: Unlike other maps, OpenStreetMap is completely created by people like you, and it's free for anyone to fix, update, download and use.
|
||||
paragraph_2: Sign up to get started contributing. We'll send an email to confirm your account.
|
||||
email address: "Email Address:"
|
||||
confirm email address: "Confirm Email Address:"
|
||||
display name: "Display Name:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue