Correct language on org page to say and localize it
This commit is contained in:
parent
d0bda57f69
commit
fd5b1a68ef
2 changed files with 3 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
||||||
<%= render 'contact' %>
|
<%= render 'contact' %>
|
||||||
|
|
||||||
<div class='pastelBox--grey'>
|
<div class='pastelBox--grey'>
|
||||||
<header>Promote this nonprofit</header>
|
<header><%= t("organization_page.promote") %></header>
|
||||||
<div class='pastelBox-body'>
|
<div class='pastelBox-body'>
|
||||||
<%= render 'common/social_buttons' %>
|
<%= render 'common/social_buttons' %>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -10,6 +10,8 @@ en:
|
||||||
body: 'Comment content'
|
body: 'Comment content'
|
||||||
organization:
|
organization:
|
||||||
name: "Organisation"
|
name: "Organisation"
|
||||||
|
organization_page:
|
||||||
|
promote: "Promote this organization"
|
||||||
donation:
|
donation:
|
||||||
amount: "Total Amount"
|
amount: "Total Amount"
|
||||||
date: "Transaction Date"
|
date: "Transaction Date"
|
||||||
|
|
Loading…
Reference in a new issue