ljmotta commented on code in PR #3235:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3235#discussion_r2299303060


##########
packages/boxed-expression-component/src/expressions/ExpressionDefinitionRoot/ExpressionDefinitionLogicTypeSelector.tsx:
##########


Review Comment:
   Missing the i18n dependencies on the method.



##########
packages/boxed-expression-component/src/expressions/FunctionExpression/JavaFunctionExpression.tsx:
##########
@@ -506,7 +510,7 @@ function JavaFunctionExpressionLabelCell(props: 
React.PropsWithChildren<BeeTable
         {isCellHovered && (
           <Popover
             className="java-function-parameter-help-popover"
-            headerContent={label + " example"}
+            headerContent={label + " " + i18n.example}

Review Comment:
   use a function



##########
packages/boxed-expression-component/src/expressions/FunctionExpression/FunctionKindSelector.tsx:
##########


Review Comment:
   Missing dependencies



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to