Simple typo fix (#1054)

unlimmited >> unlimited
This commit is contained in:
SagnikSRHUSE 2018-03-14 03:28:55 +05:30 committed by Dane Everitt
parent d21c34f8de
commit 569463301d

View file

@ -107,7 +107,7 @@
<div>
<input type="text" name="database_limit" class="form-control" value="{{ old('database_limit', 0) }}"/>
</div>
<p class="text-muted small">The total number of databases a user is allowed to create for this server. Leave blank to allow unlimmited.</p>
<p class="text-muted small">The total number of databases a user is allowed to create for this server. Leave blank to allow unlimited.</p>
</div>
<div class="form-group col-xs-6">
<label for="cpu" class="control-label">Allocation Limit</label>