diff --git a/index.html b/index.html index 82be277..92cfc8e 100644 --- a/index.html +++ b/index.html @@ -14,9 +14,9 @@ @@ -626,7 +626,7 @@ Send -
  • @@ -2670,7 +2670,7 @@ const userChoice = getRef('smart_contract_participate_form').querySelector('input[name="choice"]:checked').value if (!userChoice) return notify('Please select a choice', 'error') - floData = `send ${participationAmount} ${tokenIdentification} to ${contractName}@ to FLO address ${contractAddress} with the userchoice: ${userChoice}` + floData = `send ${participationAmount} ${tokenIdentification}# to ${contractName}@ to FLO address ${contractAddress} with the userchoice: ${userChoice}` break } }