Skip to content

Commit

Permalink
Merge pull request #307 from brianteeman/string
Browse files Browse the repository at this point in the history
Untranslated string
  • Loading branch information
roland-d authored Nov 6, 2020
2 parents f8c2468 + ae2e182 commit 900d228
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</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); ?>
Expand Down

0 comments on commit 900d228

Please sign in to comment.