mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-03 00:31:25 -08:00
change unclear and unhelpful terminology
This commit is contained in:
parent
1108bbe066
commit
4eef40e09d
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@
|
|||
{% if current_user.is_authenticated and (user_access('ban users', current_user.id) or user_access('manage users', current_user.id)) and user.id != current_user.id %}
|
||||
<div class="card mb-3">
|
||||
<div class="card-header">
|
||||
<h2>{{ _('Crush') }}</h2>
|
||||
<h2>{{ _('Moderate user') }}</h2>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="row">
|
||||
|
|
Loading…
Add table
Reference in a new issue