31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-04 14:40:47 +00:00

Merge pull request #216 from hardik-codes/filterOptions

[4.0] Change 'Table Options' to 'Filter Options'
This commit is contained in:
Michael Babker 2019-03-14 14:46:40 -05:00 committed by GitHub
commit 1029a7ceb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>