Skip to content

Commit

Permalink
Rename label to replace usage -> uses
Browse files Browse the repository at this point in the history
  • Loading branch information
kakawait committed Mar 4, 2024
1 parent c425e5c commit 4b04d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warpgate-web/src/admin/CreateTicket.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async function create () {
<input type="datetime-local" bind:value={selectedExpiry} class="form-control"/>
</FormGroup>

<FormGroup floating label="Number of usage (optional)">
<FormGroup floating label="Number of uses (optional)">
<input type="number" min="1" bind:value={selectedNumberOfUses} class="form-control"/>
</FormGroup>

Expand Down

0 comments on commit 4b04d77

Please sign in to comment.