2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00

Merge pull request #1908 from eeintech/fix_typo

Fixed typo for build responsible column header
This commit is contained in:
Oliver
2021-08-05 08:14:51 +10:00
committed by GitHub

View File

@ -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)