summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_camanager.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-28 23:10:46 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-28 23:10:46 +0545
commit097094bd99512b9cd7f300f2d05df10066546281 (patch)
tree74bad71d4dcf7e9a0ffc9058f453275bef03129a /src/usr/local/www/system_camanager.php
parent359f0406a3cf311118febc7dee44ddabf9e2a70e (diff)
downloadpfsense-097094bd99512b9cd7f300f2d05df10066546281.zip
pfsense-097094bd99512b9cd7f300f2d05df10066546281.tar.gz
system_camanager action button titles
Diffstat (limited to 'src/usr/local/www/system_camanager.php')
-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