forked from rDrama/rDrama
1
0
Fork 0
master
Aevann 2023-10-25 11:39:46 +03:00
parent b9b6ea1502
commit e819ff5629
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<label class="mt-3" for="id">Transaction ID</label>
<input autocomplete="off" type="text" id="id" class="form-control" name="id" maxlength="66" placeholder="Required" required>
<label class="mt-3" for="amount">Transaction Amount</label>
<label class="mt-3" for="amount">Transaction Amount (USD)</label>
<input autocomplete="off" type="number" id="amount" class="form-control" name="amount" min="1" placeholder="Required" required>
<label class="mt-3" for="username">Username (must have an email set)</label>