Skip to content

Commit

Permalink
text hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Jun 13, 2024
1 parent 1f5cc78 commit a8cff4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ const onDecode = (decodeResult) => {
const txResHandlerPaseo = ({ events = [], status, txHash }) => {
status.isFinalized
? (txStatus.value = `😀 Finalized. You should see your Incognitee balance increase in seconds. Please proceed to the next tab and invite a friend`)
? (txStatus.value = `😀 Finalized. Finalized. You should see your Incognitee balance increase in seconds. Please move to the Private Balance tab`)
: (txStatus.value = `⌛ Current transaction status: ${status.type}. please be patient a few more seconds. you should see your Paseo balance going down`);
// Loop through Vec<EventRecord> to display all events
Expand Down Expand Up @@ -1571,7 +1571,7 @@ const txResHandlerPaseo = ({ events = [], status, txHash }) => {
}
txStatus.value = `😞 Transaction Failed! ${section}.${method}::${errorInfo}`;
} else if (section + ":" + method === "system:ExtrinsicSuccess") {
txStatus.value`❤️️ Transaction successful! please proceed to the next tab and invite a friend`;
txStatus.value`❤️️ Transaction successful!`;
}
});
};
Expand Down

0 comments on commit a8cff4c

Please sign in to comment.