mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
fix text
This commit is contained in:
parent
68b624ec9e
commit
eb004d5dfe
@ -190,7 +190,7 @@ include("head.inc");
|
||||
}
|
||||
?>
|
||||
<tr valign="top">
|
||||
<td class="listlr" <?=domTT_title(gettext("Click on package name to access it's website."))?>>
|
||||
<td class="listlr" <?=domTT_title(gettext("Click on package name to access its website."))?>>
|
||||
<A target="_blank" href="<?= $index['website'] ?>"><?= $index['name'] ?></a>
|
||||
</td>
|
||||
<td class="listr">
|
||||
@ -214,7 +214,7 @@ include("head.inc");
|
||||
<?php if ($g['disablepackagehistory']){?>
|
||||
<td class="listr">
|
||||
<?php }else{?>
|
||||
<td class="listr" <?=domTT_title(gettext("Click ".ucfirst($index['name'])." version to check it's changelog."))?>>
|
||||
<td class="listr" <?=domTT_title(gettext("Click ".ucfirst($index['name'])." version to check its change log."))?>>
|
||||
<?php }?>
|
||||
<?=$index['status'] ?>
|
||||
<br/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user