Skip to content

Commit 9db4fb0

Browse files
authored
Merge pull request pterodactyl#461 from parkervcp/develop
Feedback from discord
2 parents 8b762cb + e640164 commit 9db4fb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

resources/lang/en/base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
'index' => [
2626
'header' => 'Your Servers',
27-
'header_sub' => 'Servers you own and have access to.',
27+
'header_sub' => 'Servers you have access to.',
2828
'list' => 'Server List',
2929
],
3030
'api' => [

resources/lang/en/strings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'account' => 'Account',
2121
'security' => 'Security',
2222
'ip' => 'IP Address',
23-
'last_activity' => 'Last Activitiy',
23+
'last_activity' => 'Last Activity',
2424
'revoke' => 'Revoke',
2525
'2fa_token' => 'Authentication Token',
2626
'submit' => 'Submit',

resources/themes/pterodactyl/admin/servers/view/build.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<input type="text" name="memory" data-multiplicator="true" class="form-control" value="{{ old('memory', $server->memory) }}"/>
6767
<span class="input-group-addon">MB</span>
6868
</div>
69-
<p class="text-muted small">The maximum amount of memory allowed for this container. Setting this to <code>0</code> will allow unlimited memorry in a container.</p>
69+
<p class="text-muted small">The maximum amount of memory allowed for this container. Setting this to <code>0</code> will allow unlimited memory in a container.</p>
7070
</div>
7171
<div class="form-group">
7272
<label for="swap" class="control-label">Allocated Swap</label>

0 commit comments

Comments
 (0)