Skip to content

Commit

Permalink
Remove extra "you" in dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
braadaaay authored Jan 24, 2024
1 parent 07c126d commit b854e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc_confirm_modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
</button>
</div>
<div class="modal-body">
Are you sure you?
Are you sure?
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>
<button type="button" class="btn btn-primary" id="confirmSubmitBtn">Yes</button>
</div>
</div>
</div>
</div>
</div>

0 comments on commit b854e95

Please sign in to comment.