summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Pieter Waagmeester <jieter@jieter.nl>2016-01-21 14:09:57 +0100
committerTim Graham <timograham@gmail.com>2016-01-22 15:43:03 -0500
commit95648eb5c141db7495789f34b64ef54bb0455b08 (patch)
tree759dd07b9a02e522eb4dddebf8f10247d781c90f
parentc00ae7f58c34962ed6dbec4eb8aaf747da59ed2f (diff)
Lowercased "actions" of "Recent actions" and "My actions" in admin index sidebar.
-rw-r--r--django/contrib/admin/templates/admin/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/django/contrib/admin/templates/admin/index.html b/django/contrib/admin/templates/admin/index.html
index 919ea46cfc..5a4b127178 100644
--- a/django/contrib/admin/templates/admin/index.html
+++ b/django/contrib/admin/templates/admin/index.html
@@ -52,8 +52,8 @@
{% block sidebar %}
<div id="content-related">
<div class="module" id="recent-actions-module">
- <h2>{% trans 'Recent Actions' %}</h2>
- <h3>{% trans 'My Actions' %}</h3>
+ <h2>{% trans 'Recent actions' %}</h2>
+ <h3>{% trans 'My actions' %}</h3>
{% load log %}
{% get_admin_log 10 as admin_log for_user user %}
{% if not admin_log %}