summaryrefslogtreecommitdiffstats
path: root/application/views/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts')
-rw-r--r--application/views/scripts/filter/index.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/views/scripts/filter/index.phtml b/application/views/scripts/filter/index.phtml
index 19b21cc..711bad9 100644
--- a/application/views/scripts/filter/index.phtml
+++ b/application/views/scripts/filter/index.phtml
@@ -30,11 +30,11 @@
<td><a href="<?php echo $this->url(
array(
'controller' => 'filter',
- 'action' => 'deletefilter',
+ 'action' => 'removefilter',
'filterID' => $filter->getID()
),
'default',
- true) ?>">edit filter</a></td>
+ true) ?>">delete filter</a></td>
</tr>
<?php endforeach ?>