Skip to content

Commit a364886

Browse files
endinymportuga
authored andcommitted
fix(sort): Fixing sorting priority aria-label
1 parent 78a90e7 commit a364886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/js/core/directives/ui-grid-header-cell.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
var label = sortDirectionText;
4646

4747
if ($scope.isSortPriorityVisible()) {
48-
label = label + '. ' + $scope.i18n.headerCell.priority + ' ' + col.sort.priority;
48+
label = label + '. ' + $scope.i18n.headerCell.priority + ' ' + (col.sort.priority + 1);
4949
}
5050
return label;
5151
};

0 commit comments

Comments
 (0)