Skip to content

Commit

Permalink
Update Profile Delete Modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ki321g committed May 17, 2023
1 parent 73acb51 commit 2717d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h1 class="title is-size-3">

$trigger.addEventListener('click', () => {
document.getElementById("delete-reading").href = link;
document.getElementById("delete-item").innerHTML = "Are your sure you want to delete the your Account?";
document.getElementById("delete-item").innerHTML = "Are your sure you want to delete your Account?";
openModal($target);
});
});
Expand Down

0 comments on commit 2717d9f

Please sign in to comment.