diff options
| author | rr- | 2017-02-11 19:50:22 +0100 |
|---|---|---|
| committer | rr- | 2017-02-11 19:50:22 +0100 |
| commit | 0e4e9944319bb089c9d9ac67bfd8dd9f2c7c1986 (patch) | |
| tree | 8ff604a0a997c8f70d032c98ee3052e352e47fc7 /client/html/posts_page.tpl | |
| parent | eda6d6d02a4e09a61b05b5ad1b06f4594e15b602 (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.tpl | 4 |
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> |