Skip to content

Commit

Permalink
changing amount of tickets to number of tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-z0 committed Aug 25, 2023
1 parent cdbdfe0 commit 68aa4b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ in case of disputes.
- choices
- minimum bet and maximum bet for each ticket
- ticket selling closing date (universal time clock)
- amount of tickets to sell
- number of tickets to sell

Once the competition has been created, you can only modify the ticket closing date
and the amount of tickets. The other competition details cannot be modified!
and the number of tickets. The other competition details cannot be modified!

![competition info](https://i.imgur.com/F9N7woa.png)

Expand Down
4 changes: 2 additions & 2 deletions templates/bets4sats/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ <h6 class="text-subtitle1 q-my-none">
dense
v-model.number="formDialog.data.amount_tickets"
type="number"
:label="formDialog.data.id ? 'Amount of tickets left *' : 'Amount of tickets *'"
:label="formDialog.data.id ? 'Number of tickets left *' : 'Number of tickets *'"
:disable="formDialog.data.id && (formDialog.data.state != 'INITIAL')"
></q-input>
</div>
Expand Down Expand Up @@ -435,7 +435,7 @@ <h6 class="text-subtitle1 q-my-none">
{
name: 'amount_tickets',
align: 'left',
label: 'No tickets',
label: 'No. tickets left',
field: 'amount_tickets'
},
{
Expand Down

0 comments on commit 68aa4b9

Please sign in to comment.