Skip to content

Commit

Permalink
Update safe transfer tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
mightybyte committed Aug 26, 2020
1 parent ba6c6cc commit 1677463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Frontend/UI/Transfer.hs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ uiGenericTransfer model cfg = do

safeBtnCfg = def
{ _uiButtonCfg_disabled = (safeDisabled <$> transferInfo)
, _uiButtonCfg_title = constDyn $ Just "Safe transfers can be done when you are doing a transfer-create to the same chain. This makes it impossible for you to lose coins by sending it to the wrong public key. It requires a little extra work because the receiving account also has to sign the transaction."
, _uiButtonCfg_title = constDyn $ Just "Safe transfers make it impossible for you to lose coins by sending to the wrong public key when you are transferring to the same chain. They require a little extra work because the receiving account also has to sign the transaction."
}
safe <- confirmButton safeBtnCfg "Safe Transfer"
-- _ <- confirmButton (def { _uiButtonCfg_disabled = (isNothing <$> transferInfo) }) "Quick Transfer"
Expand Down

0 comments on commit 1677463

Please sign in to comment.