diff --git a/files/templates/component/comment/actions_mobile_admin.html b/files/templates/component/comment/actions_mobile_admin.html index 0b64d003e..eaa9ac9ea 100644 --- a/files/templates/component/comment/actions_mobile_admin.html +++ b/files/templates/component/comment/actions_mobile_admin.html @@ -30,8 +30,8 @@ {%- if v and v.admin_level >= PERMS['POST_COMMENT_MODERATION'] -%} {%- set show_approve = c.state_mod != StateMod.VISIBLE or "/reported/" in request.path -%} {%- set show_remove = c.state_mod == StateMod.VISIBLE -%} - Remove - Approve + Remove + Approve {%- endif -%} {% if c.oauth_app %} diff --git a/files/templates/component/post/actions_admin_mobile.html b/files/templates/component/post/actions_admin_mobile.html index 62303d0bd..40008a05e 100644 --- a/files/templates/component/post/actions_admin_mobile.html +++ b/files/templates/component/post/actions_admin_mobile.html @@ -22,8 +22,8 @@ {%- if v and v.admin_level >= PERMS['POST_COMMENT_MODERATION'] -%} {%- set show_approve = p.state_mod != StateMod.VISIBLE or "/reported/" in request.path -%} {%- set show_remove = p.state_mod == StateMod.VISIBLE -%} - Remove - Approve + Remove + Approve {%- endif -%} {% if p.oauth_app %}