add missing translation tag on View string
This commit is contained in:
parent
1ef9534126
commit
efb1eed813
@ -140,7 +140,7 @@ DataTableColumnHeaderUI.prototype._createMenuForColumnHeader = function(elmt) {
|
|||||||
),
|
),
|
||||||
{
|
{
|
||||||
id: "core/view",
|
id: "core/view",
|
||||||
label: "View",
|
label: $.i18n._('core-views')["view"],
|
||||||
tooltip: $.i18n._('core-views')["collapse-expand"],
|
tooltip: $.i18n._('core-views')["collapse-expand"],
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
@ -362,4 +362,4 @@ DataTableColumnHeaderUI.prototype._showSortingCriterion = function(criterion, ha
|
|||||||
|
|
||||||
dismiss();
|
dismiss();
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user