Skip to content

Commit

Permalink
Improve version wording (#2887)
Browse files Browse the repository at this point in the history
* improve version wording

* Update resources/views/install/requirements.blade.php

Co-authored-by: Martin Stone <[email protected]>

---------

Co-authored-by: Martin Stone <[email protected]>
  • Loading branch information
ildyria and d7415 authored Jan 8, 2025
1 parent 4d6a6bd commit 147627e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/install/requirements.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<li class="list__item list__title {{ $phpSupportInfo['supported'] ? 'success' : 'error' }}">
<strong>{{ ucfirst($type) }}</strong>
@if ($type == 'php')
<strong><small>(version {{ $phpSupportInfo['minimum'] }} required)</small></strong>
<strong><small>(version {{ $phpSupportInfo['minimum'] }} or higher required)</small></strong>
<span class="float-right">
<strong>{{ $phpSupportInfo['current'] }}</strong>
<i class="fa fa-fw fa-{{ $phpSupportInfo['supported'] ? 'check-circle-o' : 'exclamation-circle' }} row-icon" aria-hidden="true"></i>
Expand Down

0 comments on commit 147627e

Please sign in to comment.