33
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2025-02-10 15:38:25 +00:00

Change Table Options to Filter Options

This commit is contained in:
Hardik Agarwal 2019-03-15 00:59:56 +05:30
parent 135b3ab6d2
commit ad9ef39501

View File

@ -59,7 +59,7 @@ $colSpan = $this->trackerAlias !== false ? 8 : 7;
</button>
<div class="btn-group">
<button type="button" class="btn btn-primary hasTooltip js-stools-btn-filter">
<?php echo \JText::_('JTABLE_OPTIONS'); ?>
<?php echo \JText::_('JFILTER_OPTIONS'); ?>
<span class="fa fa-caret-down" aria-hidden="true"></span>
</button>
</div>