diff --git a/app/packs/src/apps/mydb/elements/details/reactions/schemeTab/MaterialGroup.js b/app/packs/src/apps/mydb/elements/details/reactions/schemeTab/MaterialGroup.js index a9a8812cbc..88ce1125ee 100644 --- a/app/packs/src/apps/mydb/elements/details/reactions/schemeTab/MaterialGroup.js +++ b/app/packs/src/apps/mydb/elements/details/reactions/schemeTab/MaterialGroup.js @@ -156,22 +156,28 @@ function GeneralMaterialGroup({ ); } - const yieldConversionRateFields = () => ( -
- -
- ); + const yieldConversionRateFields = () => { + const conversionText = 'Click to switch to conversion field.' + + ' The conversion will not be displayed as part of the reaction scheme'; + const yieldText = 'Click to switch to yield field.' + + ' The yield will be displayed as part of the reaction scheme'; + return ( +
+ +
+ ); + }; if (materialGroup === 'products') { headers.group = 'Products';