mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-11 09:35:17 +00:00
Merge pull request #216 from hardik-codes/filterOptions
[4.0] Change 'Table Options' to 'Filter Options'
This commit is contained in:
commit
1029a7ceb3
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user