diff --git a/resources/lang/en/strings.php b/resources/lang/en/strings.php index b3abb2bc..2ceb4d2c 100644 --- a/resources/lang/en/strings.php +++ b/resources/lang/en/strings.php @@ -65,4 +65,8 @@ return [ 'admin_cp' => 'Admin Control Panel', 'optional' => 'Optional', 'read_only' => 'Read Only', + 'relation' => 'Relation', + 'owner' => 'Owner', + 'admin' => 'Admin', + 'subuser' => 'Subuser', ]; diff --git a/resources/themes/pterodactyl/base/index.blade.php b/resources/themes/pterodactyl/base/index.blade.php index 8ce41388..b7d51e6c 100644 --- a/resources/themes/pterodactyl/base/index.blade.php +++ b/resources/themes/pterodactyl/base/index.blade.php @@ -56,6 +56,7 @@
{{ $server->allocation->alias }}:{{ $server->allocation->port }}