Merge pull request #1908 from eeintech/fix_typo
Fixed typo for build responsible column header
This commit is contained in:
commit
be67832821
|
|
@ -927,7 +927,7 @@ function loadBuildTable(table, options) {
|
|||
},
|
||||
{
|
||||
field: 'responsible',
|
||||
title: '{% trans "Resposible" %}',
|
||||
title: '{% trans "Responsible" %}',
|
||||
sortable: true,
|
||||
formatter: function(value, row, index, field) {
|
||||
if (value)
|
||||
|
|
|
|||
Loading…
Reference in New Issue