Skip to content

Commit 072d7d2

Browse files
committed
Update diagnose.blade.php
1 parent 5a990bf commit 072d7d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/components/config/diagnose.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function getUrlSatusCode($url, $timeout = 3)
4343
<table class="table table-bordered">
4444
<thead>
4545
<tr>
46-
<th scope="col" style="width: 90%;">Link</th>
46+
<th scope="col" style="width: 90%;">{{__('messages.Link')}}</th>
4747
<th title="You can hover over entries to learn more about their current status" style="cursor: help;" scope="col">{{__('messages.Hover for more')}}</th>
4848

4949
</tr>
@@ -66,7 +66,7 @@ function getUrlSatusCode($url, $timeout = 3)
6666
<table class="table table-bordered">
6767
<thead>
6868
<tr>
69-
<th scope="col" style="width: 90%;">File</th>
69+
<th scope="col" style="width: 90%;">{{__('messages.File')}}</th>
7070
<th title="You can hover over entries to learn more about their current status" style="cursor: help;" scope="col">{{__('messages.Hover for more')}}</th>
7171
</tr>
7272
</thead>

0 commit comments

Comments
 (0)