diff --git a/resources/lang/en/base.php b/resources/lang/en/base.php index c545d8168..fdd7157c6 100644 --- a/resources/lang/en/base.php +++ b/resources/lang/en/base.php @@ -24,7 +24,7 @@ return [ ], 'index' => [ 'header' => 'Your Servers', - 'header_sub' => 'Servers you own and have access to.', + 'header_sub' => 'Servers you have access to.', 'list' => 'Server List', ], 'api' => [ diff --git a/resources/lang/en/strings.php b/resources/lang/en/strings.php index 507cf4b8d..864cdf2e2 100644 --- a/resources/lang/en/strings.php +++ b/resources/lang/en/strings.php @@ -20,7 +20,7 @@ return [ 'account' => 'Account', 'security' => 'Security', 'ip' => 'IP Address', - 'last_activity' => 'Last Activitiy', + 'last_activity' => 'Last Activity', 'revoke' => 'Revoke', '2fa_token' => 'Authentication Token', 'submit' => 'Submit', diff --git a/resources/themes/pterodactyl/admin/servers/view/build.blade.php b/resources/themes/pterodactyl/admin/servers/view/build.blade.php index e8f043363..30e13407d 100644 --- a/resources/themes/pterodactyl/admin/servers/view/build.blade.php +++ b/resources/themes/pterodactyl/admin/servers/view/build.blade.php @@ -66,7 +66,7 @@ MB -

The maximum amount of memory allowed for this container. Setting this to 0 will allow unlimited memorry in a container.

+

The maximum amount of memory allowed for this container. Setting this to 0 will allow unlimited memory in a container.