Skip to content

Commit

Permalink
Untranslated string
Browse files Browse the repository at this point in the history
Simple PR to replace a hard coded string with the correct translatable global language key
  • Loading branch information
brianteeman committed Oct 18, 2020
1 parent adc6b40 commit ae2e182
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 ae2e182

Please sign in to comment.