|
@@ -43,7 +43,7 @@
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
<label for="identifier">{{ __('Server identifier') }}
|
|
<label for="identifier">{{ __('Server identifier') }}
|
|
<i data-toggle="popover" data-trigger="hover"
|
|
<i data-toggle="popover" data-trigger="hover"
|
|
- data-content="{{ __('Change the server identifier on controlpanel to match a pterodactyl server.') }}"
|
|
|
|
|
|
+ data-content="{{ __('Change the server identifier on CtrlPanel to match a pterodactyl server.') }}"
|
|
class="fas fa-info-circle"></i>
|
|
class="fas fa-info-circle"></i>
|
|
</label>
|
|
</label>
|
|
<input value="{{ $server->identifier }}" id="identifier" name="identifier"
|
|
<input value="{{ $server->identifier }}" id="identifier" name="identifier"
|
|
@@ -59,7 +59,7 @@
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
<label for="user_id">{{ __('Server owner') }}
|
|
<label for="user_id">{{ __('Server owner') }}
|
|
<i data-toggle="popover" data-trigger="hover"
|
|
<i data-toggle="popover" data-trigger="hover"
|
|
- data-content="{{ __('Change the current server owner on controlpanel and pterodactyl.') }}"
|
|
|
|
|
|
+ data-content="{{ __('Change the current server owner on CtrlPanel and pterodactyl.') }}"
|
|
class="fas fa-info-circle"></i>
|
|
class="fas fa-info-circle"></i>
|
|
</label>
|
|
</label>
|
|
<select name="user_id" id="user_id" class="form-control">
|
|
<select name="user_id" id="user_id" class="form-control">
|