Update diagnose.blade.php

This commit is contained in:
Julian Prieber 2023-06-20 13:36:41 +02:00
parent 5a990bfa02
commit 072d7d2fc3
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ $url2 = getUrlSatusCode(url('database/database.sqlite'));
<table class="table table-bordered">
<thead>
<tr>
<th scope="col" style="width: 90%;">Link</th>
<th scope="col" style="width: 90%;">{{__('messages.Link')}}</th>
<th title="You can hover over entries to learn more about their current status" style="cursor: help;" scope="col">{{__('messages.Hover for more')}}</th>
</tr>
@ -66,7 +66,7 @@ $url2 = getUrlSatusCode(url('database/database.sqlite'));
<table class="table table-bordered">
<thead>
<tr>
<th scope="col" style="width: 90%;">File</th>
<th scope="col" style="width: 90%;">{{__('messages.File')}}</th>
<th title="You can hover over entries to learn more about their current status" style="cursor: help;" scope="col">{{__('messages.Hover for more')}}</th>
</tr>
</thead>