aboutsummaryrefslogtreecommitdiff
path: root/client/html/pools_page.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'client/html/pools_page.tpl')
-rw-r--r--client/html/pools_page.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/html/pools_page.tpl b/client/html/pools_page.tpl
index 6b39483..0d81180 100644
--- a/client/html/pools_page.tpl
+++ b/client/html/pools_page.tpl
@@ -11,9 +11,9 @@
</th>
<th class='post-count'>
<% if (ctx.parameters.query == 'sort:post-count') { %>
- <a href='<%- ctx.formatClientLink('pools', {query: '-sort:post-count'}) %>'>Post Count</a>
+ <a href='<%- ctx.formatClientLink('pools', {query: '-sort:post-count'}) %>'>Post count</a>
<% } else { %>
- <a href='<%- ctx.formatClientLink('pools', {query: 'sort:post-count'}) %>'>Post Count</a>
+ <a href='<%- ctx.formatClientLink('pools', {query: 'sort:post-count'}) %>'>Post count</a>
<% } %>
</th>
<th class='creation-time'>

© 2015 - 2026 Jakob L. Kreuze