Use appropiate infinity signs (#1260)
This commit is contained in:
parent
ac71a56fd1
commit
5d9d4da5da
3 changed files with 3 additions and 3 deletions
|
@ -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 ?? '∞' }}</strong> allowed databases.
|
||||
You are currently using <strong>{{ count($databases) }}</strong> of your <strong>{{ $server->database_limit ?? '∞' }}</strong> allowed databases.
|
||||
</div>
|
||||
</div>
|
||||
@else
|
||||
|
|
Reference in a new issue