Skip to content

Commit 5694633

Browse files
SagnikSRHUSEDaneEveritt
authored andcommitted
Simple typo fix (pterodactyl#1054)
unlimmited >> unlimited
1 parent d21c34f commit 5694633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/themes/pterodactyl/admin/servers/new.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<div>
108108
<input type="text" name="database_limit" class="form-control" value="{{ old('database_limit', 0) }}"/>
109109
</div>
110-
<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>
110+
<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>
111111
</div>
112112
<div class="form-group col-xs-6">
113113
<label for="cpu" class="control-label">Allocation Limit</label>

0 commit comments

Comments
 (0)