Mark to translate project status label in tooltip in company view
FEA: ItEr77S04BugFixing
This commit is contained in:
parent
727bc642b8
commit
193aff96cf
1 changed files with 1 additions and 1 deletions
|
|
@ -940,7 +940,7 @@ _(
|
|||
} else {
|
||||
cssClass = "order-closed";
|
||||
}
|
||||
return "<font class='" + cssClass + "'>" + state.toString()
|
||||
return "<font class='" + cssClass + "'>" + _(state.toString())
|
||||
+ "</font>";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue