mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-02-02 11:58:26 +00:00
Untranslated string
Simple PR to replace a hard coded string with the correct translatable global language key
This commit is contained in:
parent
adc6b409a1
commit
ae2e182512
@ -86,7 +86,7 @@ if ($filterApplied || $filterBranch || $filterLabel || $filterRtc || $filterNpm)
|
||||
</div>
|
||||
<div class="js-stools-field-list">
|
||||
<span class="sr-only">
|
||||
<label id="list_limit-lbl" for="list_limit">Select number of items per page.</label>
|
||||
<label id="list_limit-lbl" for="list_limit"><?php echo Text::_('JGLOBAL_LIST_LIMIT'); ?></label>
|
||||
</span>
|
||||
<select name="list_limit" id="list_limit" class="custom-select" onchange="this.form.submit()">
|
||||
<?php echo HTMLHelper::_('select.options', $this->getLimitOptions(), 'value', 'text', $listLimit); ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user