Skip to content

Commit

Permalink
Try changing search box label on /spam2 (publiclab#8794)
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored and reginaalyssa committed Oct 16, 2021
1 parent 603594b commit 5bebad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/javascripts/spam2.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function table_main(id) {
"info": false,
"bPaginate": false,
"language": {
"search": "Search"
"search": "Filter displayed results"
}
});
$('#selectall').click(function () {
Expand Down Expand Up @@ -60,4 +60,4 @@ function batch_nav(bulk) {
if (a.checked) vals.push(a.value);
});
window.location = "/spam2/" + bulk + "/" + vals.join(',');
}
}

0 comments on commit 5bebad1

Please sign in to comment.