aboutsummaryrefslogtreecommitdiff
path: root/client/html/posts_page.tpl
diff options
context:
space:
mode:
authorrr-2017-02-11 19:50:22 +0100
committerrr-2017-02-11 19:50:22 +0100
commit0e4e9944319bb089c9d9ac67bfd8dd9f2c7c1986 (patch)
tree8ff604a0a997c8f70d032c98ee3052e352e47fc7 /client/html/posts_page.tpl
parenteda6d6d02a4e09a61b05b5ad1b06f4594e15b602 (diff)
client: rename 'mass tag' to 'bulk edit tags'
That way other bulk operations will be easier to name. This also changes the privilege name.
Diffstat (limited to 'client/html/posts_page.tpl')
-rw-r--r--client/html/posts_page.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/html/posts_page.tpl b/client/html/posts_page.tpl
index 79f31d9..1f0e664 100644
--- a/client/html/posts_page.tpl
+++ b/client/html/posts_page.tpl
@@ -33,8 +33,8 @@
</span>
<% } %>
</a>
- <% if (ctx.canMassTag && ctx.parameters && ctx.parameters.tag) { %>
- <a href data-post-id='<%= post.id %>' class='masstag'>
+ <% if (ctx.canBulkEditTags && ctx.parameters && ctx.parameters.tag) { %>
+ <a href data-post-id='<%= post.id %>' class='tag-flipper'>
</a>
<% } %>
</li>

© 2015 - 2026 Jakob L. Kreuze