Skip to content

Commit

Permalink
Encapsulate strings for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
x4base committed Jul 1, 2016
1 parent 501ad6a commit 2edc106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions caravel/templates/caravel/explore.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<span class="legend_label">{{ _("Filters") }}</span>
<i class="fa fa-info-circle" data-toggle="tooltip"
data-placement="bottom"
title="{{_("Filters are defined using comma delimited strings as in 'US,FR,Other'")}}. Leave the value field empty to filter empty strings or nulls"></i>
title="{{_("Filters are defined using comma delimited strings as in 'US,FR,Other'")}}. {{_("Leave the value field empty to filter empty strings or nulls")}}"></i>
<span class="collapser"> [-]</span>
</div>
<div class="panel-body">
Expand Down Expand Up @@ -177,7 +177,7 @@
<span class="legend_label">Result Filters ("having" filters)</span>
<i class="fa fa-info-circle" data-toggle="tooltip"
data-placement="bottom"
title="The filters to apply after post-aggregation. Leave the value field empty to filter empty strings or nulls"></i>
title="{{_("The filters to apply after post-aggregation.")}} {{_("Leave the value field empty to filter empty strings or nulls")}}"></i>
<span class="collapser"> [-]</span>
</div>
<div class="panel-body">
Expand Down

0 comments on commit 2edc106

Please sign in to comment.