Skip to content

Commit

Permalink
translate submission times report
Browse files Browse the repository at this point in the history
  • Loading branch information
czue committed Nov 19, 2012
1 parent 5a0bcb0 commit 255af70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions corehq/apps/reports/templates/reports/partials/punchcard.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{% load i18n %}
<div class="hq-graphic-report">
{% if chart_url %}
<div class="hq-graph">
<h2>Submission Times (Hour vs. Weekday)</h2>
<h2>{% trans "Submission Times" %} ({% trans "Hour vs. Weekday" %})</h2>
<img src="{{chart_url}}" />
</div>
{% else %}
<div class="alert">No data available.</div>
<div class="alert">{% trans "No data available." %}</div>
{% endif %}
</div>

0 comments on commit 255af70

Please sign in to comment.