Skip to content

Commit 900d228

Browse files
authored
Merge pull request #307 from brianteeman/string
Untranslated string
2 parents f8c2468 + ae2e182 commit 900d228

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl

1 file changed

+1
-1
lines changed

administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
</div>
8787
<div class="js-stools-field-list">
8888
<span class="sr-only">
89-
<label id="list_limit-lbl" for="list_limit">Select number of items per page.</label>
89+
<label id="list_limit-lbl" for="list_limit"><?php echo Text::_('JGLOBAL_LIST_LIMIT'); ?></label>
9090
</span>
9191
<select name="list_limit" id="list_limit" class="custom-select" onchange="this.form.submit()">
9292
<?php echo HTMLHelper::_('select.options', $this->getLimitOptions(), 'value', 'text', $listLimit); ?>

0 commit comments

Comments
 (0)