Translate sort link using i18n
This commit is contained in:
parent
e62bb7ac0e
commit
c2d72c6236
@ -149,7 +149,7 @@ DataTableView.prototype._renderSortingControls = function(sortingControls) {
|
|||||||
|
|
||||||
$('<a href="javascript:{}"></a>')
|
$('<a href="javascript:{}"></a>')
|
||||||
.addClass("action")
|
.addClass("action")
|
||||||
.text("Sort ")
|
.text($.i18n('core-views/first') + " ")
|
||||||
.append($('<img>').attr("src", "../images/down-arrow.png"))
|
.append($('<img>').attr("src", "../images/down-arrow.png"))
|
||||||
.appendTo(sortingControls)
|
.appendTo(sortingControls)
|
||||||
.click(function() {
|
.click(function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user