Use appropiate infinity signs (#1260)

This commit is contained in:
Alex 2018-08-01 18:03:36 +02:00 committed by Dane Everitt
parent ac71a56fd1
commit 5d9d4da5da
3 changed files with 3 additions and 3 deletions

View file

@ -87,7 +87,7 @@
@if($overLimit)
<div class="box-body">
<div class="alert alert-danger no-margin">
You are currently using <strong>{{ count($databases) }}</strong> of your <strong>{{ $server->database_limit ?? '&infin;' }}</strong> allowed databases.
You are currently using <strong>{{ count($databases) }}</strong> of your <strong>{{ $server->database_limit ?? '' }}</strong> allowed databases.
</div>
</div>
@else