Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lang/en/block_stash.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
$string['requestsent'] = 'Request has been sent.';
$string['requestswap'] = 'Make an offer';
$string['resetstashof'] = 'Reset the stash of {$a}';
$string['resultslimit'] = 'Results limit';
$string['saveandnext'] = 'Save and next';
$string['savechanges'] = 'Save changes';
$string['savequantity'] = 'Save the quantity for the {$a} item';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{{{optionshtml}}}
<input type="hidden" name="leaderboard-options-{{id}}" data-options="">
<div class="row">
<label class="form-label">Results limit</label>
<label class="form-label">{{#str}}resultslimit, block_stash{{/str}}</label>
<div class="col-sm-1">
<input type="number" class="block_stash_change_element block_stash-leaderboard-limit form-control" min="1" value="{{rowlimit}}"
{{^active}}disabled{{/active}}
Expand Down