Skip to content

Commit

Permalink
Improve agree message and button label
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Jun 12, 2024
1 parent 558d53c commit 729f685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/dialog/TermsOfUseDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<v-card-actions class="pt-0">
<v-checkbox
v-model="isInAgreement"
label="I agree to the terms and conditions"
label="I have read and agree to the Terms and Conditions"
hide-details
density="comfortable"
/>
Expand All @@ -18,7 +18,7 @@
class="text-capitalize"
:disabled="!isInAgreement"
>
I Agree
Accept
</v-btn>
</v-card-actions>
</v-card>
Expand Down

0 comments on commit 729f685

Please sign in to comment.