i18n app/views/campaigns/supporter/index.html.erb
This commit is contained in:
parent
2e8821efdf
commit
57f2b5e136
3 changed files with 8 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
||||||
<div class='container'>
|
<div class='container'>
|
||||||
<i class='icon-check-list header-icon'></i>
|
<i class='icon-check-list header-icon'></i>
|
||||||
<h3 class='header-title'>
|
<h3 class='header-title'>
|
||||||
Campaign Dashboard
|
<%= t('campaign.dashboard.campaign_dashboard')%>
|
||||||
</h3>
|
</h3>
|
||||||
<a class='header-profile' href='<%= @campaign.url%>'><%= @campaign.name %></a>
|
<a class='header-profile' href='<%= @campaign.url%>'><%= @campaign.name %></a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
<div class='u-marginBottom--10 u-marginTop--15 u-noSelect'>
|
<div class='u-marginBottom--10 u-marginTop--15 u-noSelect'>
|
||||||
<div class='u-centered u-color--grey u-marginTop--20'>
|
<div class='u-centered u-color--grey u-marginTop--20'>
|
||||||
<!--= show_if loading_chart -->
|
<!--= show_if loading_chart -->
|
||||||
Loading...
|
<%= t('common.loading') %>
|
||||||
</div>
|
</div>
|
||||||
<canvas id='js-timeline'></canvas>
|
<canvas id='js-timeline'></canvas>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -38,3 +38,4 @@ en:
|
||||||
one_time: One time
|
one_time: One time
|
||||||
recurring: Recurring
|
recurring: Recurring
|
||||||
offsite: Offsite
|
offsite: Offsite
|
||||||
|
campaign_dashboard: Campaign Dashboard
|
||||||
|
|
5
config/locales/common.en.yml
Normal file
5
config/locales/common.en.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# License: CC0-1.0
|
||||||
|
|
||||||
|
en:
|
||||||
|
common:
|
||||||
|
loading_with_periods: Loading...
|
Loading…
Reference in a new issue