aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/default/admin/edit-league.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/web/default/admin/edit-league.html b/templates/web/default/admin/edit-league.html
index 6bf71537e..881874492 100644
--- a/templates/web/default/admin/edit-league.html
+++ b/templates/web/default/admin/edit-league.html
@@ -1,5 +1,12 @@
<h2>[% loc('Diligency prize league table') %]</h2>
[% IF edit_activity.count %]
+<div class="admin-hint">
+ <p>
+ [% loc(
+ "The diligency prize league table shows editors' activity (who's been editing the most records)."
+ ) %]
+ </p>
+</div>
<ul>
[% WHILE ( editor = edit_activity.next ) %]
<li>[% tprintf( loc('%d edits by %s'), editor.get_column('c'), editor.editor ) %]</li>