Update the wording of date format on overview panel

Using different letter cases in the date format is unnecessary and
confusing.

Closes-bug: #1634187
Change-Id: Ifa34c19d9eb2573af95b8ae73bd0f8e632dc270c
This commit is contained in:
Ying Zuo 2016-10-12 15:44:22 -07:00
parent 7869745063
commit 45ca5b25d8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<label>To:</label>{{ end }}{% endblocktrans %}
</div>
<button class="btn btn-primary" type="submit">{% trans "Submit" %}</button>
<small>{% trans "The date should be in YYYY-mm-dd format." %}</small>
<small>{% trans "The date should be in YYYY-MM-DD format." %}</small>
</form>
<p id="activity">
<span><strong>{% trans "Active Instances:" %}</strong> {{ usage.summary.instances|default:'0' }}</span>