Add missing ∞ (#1485)

I guess it was left out of https://github.com/pterodactyl/panel/pull/1260
This commit is contained in:
Havila 2019-02-16 19:10:12 +00:00 committed by Dane Everitt
parent edcea40eab
commit 04fb5de9a1

View file

@ -108,7 +108,7 @@
</div>
<div class="box-footer">
{!! csrf_field() !!}
<p class="text-muted small">You are currently using <strong>{{ count($databases) }}</strong> of <strong>{{ $server->database_limit ?? '&infin;' }}</strong> databases. A username and password for this database will be randomly generated after form submission.</p>
<p class="text-muted small">You are currently using <strong>{{ count($databases) }}</strong> of <strong>{{ $server->database_limit ?? '' }}</strong> databases. A username and password for this database will be randomly generated after form submission.</p>
<input type="submit" class="btn btn-sm btn-success pull-right" value="Create Database" />
</div>
</form>