fix: Update manual payment message in PurchaseTicketDialog for clarity
- Change the manual payment message to specify that users need to fill their wallet or use an external payment method, enhancing user understanding of payment options.
This commit is contained in:
parent
cd0016744b
commit
c959cf8101
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ onUnmounted(() => {
|
||||||
<span>Auto-payment available</span>
|
<span>Auto-payment available</span>
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="flex items-center gap-2 text-sm text-muted-foreground">
|
<div v-else class="flex items-center gap-2 text-sm text-muted-foreground">
|
||||||
<span>Manual payment required</span>
|
<span>No funds available, fill your wallet or pay with an external one</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue