1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 09:02:28 +01:00

Mistyped words

This commit is contained in:
Michael (Parker) Parker 2017-05-29 15:48:44 -04:00 committed by GitHub
parent 9773ce4633
commit 0be8dc555e

View File

@ -66,7 +66,7 @@
<input type="text" name="memory" data-multiplicator="true" class="form-control" value="{{ old('memory', $server->memory) }}"/>
<span class="input-group-addon">MB</span>
</div>
<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>
<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>
</div>
<div class="form-group">
<label for="swap" class="control-label">Allocated Swap</label>