Skip to content

Commit

Permalink
Merge pull request #336 from hans2103/patch-1
Browse files Browse the repository at this point in the history
adjust tooltip id by
  • Loading branch information
roland-d committed Dec 16, 2021
2 parents 869d6fd + 79d2e51 commit 49e0052
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<?php echo Text::_('COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION'); ?>
</label>
<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'); ?>">
<div role="tooltip" id="filter[search]-desc">
<div role="tooltip" id="filter_search-desc">
<?php echo $this->escape(Text::_('COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION')); ?>
</div>
<span class="input-group-append">
Expand Down

0 comments on commit 49e0052

Please sign in to comment.