mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Remove translation macro (#6914)
- Incorrect in this location to translate inner text
This commit is contained in:
parent
3518377e2c
commit
abad2914c6
@ -90,7 +90,7 @@ export default function PartCategoryTemplateTable({}: {}) {
|
||||
let units = '';
|
||||
|
||||
if (record?.parameter_template_detail?.units) {
|
||||
units = t`[${record.parameter_template_detail.units}]`;
|
||||
units = `[${record.parameter_template_detail.units}]`;
|
||||
}
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user