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' %>
|
||||
|
||||
<div class='pastelBox--grey'>
|
||||
<header>Promote this nonprofit</header>
|
||||
<header><%= t("organization_page.promote") %></header>
|
||||
<div class='pastelBox-body'>
|
||||
<%= render 'common/social_buttons' %>
|
||||
</div>
|
||||
|
|
|
@ -10,6 +10,8 @@ en:
|
|||
body: 'Comment content'
|
||||
organization:
|
||||
name: "Organisation"
|
||||
organization_page:
|
||||
promote: "Promote this organization"
|
||||
donation:
|
||||
amount: "Total Amount"
|
||||
date: "Transaction Date"
|
||||
|
|
Loading…
Reference in a new issue