Skip to content

Commit

Permalink
farabi / added a new tooltip for contract type 'both' (deriv-com#6189)
Browse files Browse the repository at this point in the history
* added a new tooltip for contract type both

* branch update

Co-authored-by: Farabi <farabi@Farabis-MacBook-Pro.local>
  • Loading branch information
farabi-deriv and Farabi authored Sep 14, 2022
1 parent c0898c2 commit 48aad23
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Blockly.Blocks.trade_definition_contracttype = {
colour: Blockly.Colours.Special1.colour,
colourSecondary: Blockly.Colours.Special1.colourSecondary,
colourTertiary: Blockly.Colours.Special1.colourTertiary,
tooltip: localize(
'If the contract type is “Both”, then the Purchase Conditions should include both Rise and Fall using the “Conditional Block"'
),
previousStatement: null,
nextStatement: null,
});
Expand Down

0 comments on commit 48aad23

Please sign in to comment.