We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 869d6fd + 79d2e51 commit 49e0052Copy full SHA for 49e0052
administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php
@@ -58,7 +58,7 @@
58
<?php echo Text::_('COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION'); ?>
59
</label>
60
<input type="text" name="filter_search" id="filter_search" value="<?php echo $this->escape($this->state->get('filter.search')); ?>" class="form-control" placeholder="<?php echo Text::_('JSEARCH_FILTER'); ?>">
61
- <div role="tooltip" id="filter[search]-desc">
+ <div role="tooltip" id="filter_search-desc">
62
<?php echo $this->escape(Text::_('COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION')); ?>
63
</div>
64
<span class="input-group-append">
0 commit comments