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="row">
|
||||||
<div class='text-muted col-sm order-sm-2'>
|
<div class='text-muted col-sm order-sm-2'>
|
||||||
<h4><%= t ".about.header" %></h4>
|
<h4><%= t ".about.header" %></h4>
|
||||||
<%= t ".about.html" %>
|
<p><%= t ".about.paragraph_1" %></p>
|
||||||
|
<p><%= t ".about.paragraph_2" %></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-sm">
|
<div class="col-sm">
|
||||||
|
|
|
@ -2573,10 +2573,8 @@ en:
|
||||||
support: support
|
support: support
|
||||||
about:
|
about:
|
||||||
header: Free and editable
|
header: Free and editable
|
||||||
html: |
|
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.
|
||||||
<p>Unlike other maps, OpenStreetMap is completely created by people like you,
|
paragraph_2: Sign up to get started contributing. We'll send an email to confirm your account.
|
||||||
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>
|
|
||||||
email address: "Email Address:"
|
email address: "Email Address:"
|
||||||
confirm email address: "Confirm Email Address:"
|
confirm email address: "Confirm Email Address:"
|
||||||
display name: "Display Name:"
|
display name: "Display Name:"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue