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