Skip to content

Commit 04fb5de

Browse files
HavilahOGDaneEveritt
authored andcommitted
Add missing ∞ (pterodactyl#1485)
I guess it was left out of pterodactyl#1260
1 parent edcea40 commit 04fb5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/themes/pterodactyl/server/databases/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
</div>
109109
<div class="box-footer">
110110
{!! csrf_field() !!}
111-
<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>
111+
<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>
112112
<input type="submit" class="btn btn-sm btn-success pull-right" value="Create Database" />
113113
</div>
114114
</form>

0 commit comments

Comments
 (0)