Skip to content

Commit aea9b02

Browse files
committed
Use words not symbols for revoking subuser
1 parent db7b741 commit aea9b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/themes/pterodactyl/server/users/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
@can('delete-subuser', $server)
6767
<td class="text-center middle">
6868
<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>
69+
<button class="btn btn-xs btn-danger">@lang('strings.revoke')</button>
7070
</a>
7171
</td>
7272
@endcan

0 commit comments

Comments
 (0)