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'>
|
||||
<i class='icon-check-list header-icon'></i>
|
||||
<h3 class='header-title'>
|
||||
Campaign Dashboard
|
||||
<%= t('campaign.dashboard.campaign_dashboard')%>
|
||||
</h3>
|
||||
<a class='header-profile' href='<%= @campaign.url%>'><%= @campaign.name %></a>
|
||||
</div>
|
||||
|
@ -30,7 +30,7 @@
|
|||
<div class='u-marginBottom--10 u-marginTop--15 u-noSelect'>
|
||||
<div class='u-centered u-color--grey u-marginTop--20'>
|
||||
<!--= show_if loading_chart -->
|
||||
Loading...
|
||||
<%= t('common.loading') %>
|
||||
</div>
|
||||
<canvas id='js-timeline'></canvas>
|
||||
</div>
|
||||
|
|
|
@ -38,3 +38,4 @@ en:
|
|||
one_time: One time
|
||||
recurring: Recurring
|
||||
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