i18n app/views/campaigns/supporter/index.html.erb

This commit is contained in:
Eric Schultz 2021-04-13 16:42:51 -05:00 committed by Eric Schultz
parent 2e8821efdf
commit 57f2b5e136
3 changed files with 8 additions and 2 deletions

View file

@ -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>

View file

@ -38,3 +38,4 @@ en:
one_time: One time
recurring: Recurring
offsite: Offsite
campaign_dashboard: Campaign Dashboard

View file

@ -0,0 +1,5 @@
# License: CC0-1.0
en:
common:
loading_with_periods: Loading...