1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 20:32:28 +01:00

Use words not symbols for revoking subuser

This commit is contained in:
Dane Everitt 2017-01-21 13:59:02 -05:00
parent db7b741b28
commit aea9b020c5
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -66,7 +66,7 @@
@can('delete-subuser', $server)
<td class="text-center middle">
<a href="#/delete/{{ md5($user->id) }}" data-action="delete" data-id="{{ md5($user->id) }}">
<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>
</a>
</td>
@endcan