@@ -4,14 +4,14 @@ function HelperMessages(props) {
...
@@ -4,14 +4,14 @@ function HelperMessages(props) {
letmessage=''
letmessage=''
switch(props.interaction){
switch(props.interaction){
case'connected':
case'connected':
message="Nice! You're connected. Enter a value below to get started."
message="Nice! You're connected. Enter an input value below to get started."
break;
break;
case'input':
case'input':
message="You're swapping "+props.inputToken.value+" for "+props.outputToken.value+". Want to know more about how the prices are determined?"
message="You're swapping "+props.inputToken.value+" for "+props.outputToken.value+". Want to know more about how the prices are determined?"
// message = "Oops, looks like this address doesn't have a enough " + props.inputToken.value + " to make this trade. Add more funds to make this swap."
// message = "Oops, looks like this address doesn't have a enough " + props.inputToken.value + " to make this trade. Add more funds to make this swap."
break;
break;
case'error1':
case'error1':
message="You can't swap a token for itself!"
message="You can't swap a token for itself! 😂"
// message = "Oops, looks like this address doesn't have a enough " + props.inputToken.value + " to make this trade. Add more funds to make this swap."
// message = "Oops, looks like this address doesn't have a enough " + props.inputToken.value + " to make this trade. Add more funds to make this swap."