We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7b741 commit aea9b02Copy full SHA for aea9b02
1 file changed
resources/themes/pterodactyl/server/users/index.blade.php
@@ -66,7 +66,7 @@
66
@can('delete-subuser', $server)
67
<td class="text-center middle">
68
<a href="#/delete/{{ md5($user->id) }}" data-action="delete" data-id="{{ md5($user->id) }}">
69
- <button class="btn btn-xs btn-danger"><i class="fa fa-trash-o"></i></button>
+ <button class="btn btn-xs btn-danger">@lang('strings.revoke')</button>
70
</a>
71
</td>
72
@endcan
0 commit comments