File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
resources/views/components/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ function getUrlSatusCode($url, $timeout = 3)
43
43
<table class =" table table-bordered" >
44
44
<thead >
45
45
<tr >
46
- <th scope =" col" style =" width : 90% ;" >Link</th >
46
+ <th scope =" col" style =" width : 90% ;" >{{ __ ( ' messages. Link' ) } } </th >
47
47
<th title =" You can hover over entries to learn more about their current status" style =" cursor : help ;" scope =" col" >{{ __ (' messages.Hover for more' )} } </th >
48
48
49
49
</tr >
@@ -66,7 +66,7 @@ function getUrlSatusCode($url, $timeout = 3)
66
66
<table class =" table table-bordered" >
67
67
<thead >
68
68
<tr >
69
- <th scope =" col" style =" width : 90% ;" >File</th >
69
+ <th scope =" col" style =" width : 90% ;" >{{ __ ( ' messages. File' ) } } </th >
70
70
<th title =" You can hover over entries to learn more about their current status" style =" cursor : help ;" scope =" col" >{{ __ (' messages.Hover for more' )} } </th >
71
71
</tr >
72
72
</thead >
You can’t perform that action at this time.
0 commit comments