summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-28 15:32:52 -0200
committerRenato Botelho <renato@netgate.com>2016-01-28 15:32:52 -0200
commit7e0391ebb9378afb481143c0ef8d1191dbf11c06 (patch)
tree3f4d1808060c1e008a0a867bdd58218854004689 /src/usr/local
parentc7515f7115ad33ccbdb1ccf71b4652c52693e10f (diff)
parent097094bd99512b9cd7f300f2d05df10066546281 (diff)
downloadpfsense-7e0391ebb9378afb481143c0ef8d1191dbf11c06.zip
pfsense-7e0391ebb9378afb481143c0ef8d1191dbf11c06.tar.gz
Merge pull request #2567 from phil-davis/patch-3
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/system_camanager.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/system_camanager.php b/src/usr/local/www/system_camanager.php
index 6ab7389..6dbd32f 100644
--- a/src/usr/local/www/system_camanager.php
+++ b/src/usr/local/www/system_camanager.php
@@ -443,12 +443,12 @@ foreach ($a_ca as $i => $ca):
</small>
</td>
<td>
- <a class="fa fa-pencil" title="<?=gettext("Edit")?>" href="system_camanager.php?act=edit&amp;id=<?=$i?>"></a>
- <a class="fa fa-sign-in" title="<?=gettext("Export")?>" href="system_camanager.php?act=exp&amp;id=<?=$i?>"></a>
+ <a class="fa fa-pencil" title="<?=gettext("Edit CA")?>" href="system_camanager.php?act=edit&amp;id=<?=$i?>"></a>
+ <a class="fa fa-sign-in" title="<?=gettext("Export CA")?>" href="system_camanager.php?act=exp&amp;id=<?=$i?>"></a>
<?php if ($ca['prv']): ?>
<a class="fa fa-key" title="<?=gettext("Export key")?>" href="system_camanager.php?act=expkey&amp;id=<?=$i?>"></a>
<?php endif?>
- <a class="fa fa-trash" title="<?=gettext("Delete")?>" href="system_camanager.php?act=del&amp;id=<?=$i?>"></a>
+ <a class="fa fa-trash" title="<?=gettext("Delete CA")?>" href="system_camanager.php?act=del&amp;id=<?=$i?>"></a>
</td>
</tr>
<?php endforeach; ?>
@@ -639,4 +639,4 @@ foreach ($a_ca as $ca) {
}
include('foot.inc');
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud