Skip to content

Commit

Permalink
Improve confirm wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Impa10r committed Mar 2, 2025
1 parent 9885446 commit d63579c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/psweb/templates/af.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
// Detect the clicked button
const clickedButton = event.submitter; // Modern browsers support this
if (clickedButton.name == 'update_all') {
var confirmed = confirm("This will update fee rules with highlighted values for all the channels. Are you sure?");
var confirmed = confirm("This will update highlighted values for all custom rules. Are you sure?");
if (!confirmed) {
// user cancels, prevent form submission
return false;
Expand Down

0 comments on commit d63579c

Please sign in to comment.