Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Braz <[email protected]>
  • Loading branch information
annipi and alexjavabraz committed Dec 2, 2024
1 parent 763bb2e commit afe7663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status/views/Status.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default defineComponent({
const rejectionMsg = computed(() => {
const details = txDetails.value as PegoutStatusDataModel;
const { LOW_AMOUNT, CALLER_CONTRACT, FEE_ABOVE_VALUE } = constants.RejectedPegoutReasons;
if (txNotFound.value) return 'Your transaction is not processed yet, try again in a few minutes';
if (txNotFound.value) return 'Your transaction is not processed yet, search again in a few minutes';
switch (details.reason) {
case LOW_AMOUNT:
return 'The transaction was rejected because the amount is less than the minimum required.';
Expand Down

0 comments on commit afe7663

Please sign in to comment.