Comment on A replacement for JavaScript's “alert”parentComments−jfaat11yI wasn't clear enough, but the confirmation button text can be customized. So as a quick example you could do something like this:Are you sure you want to delete? {Yes, delete thing X} {No, keep it}Would you still find that insufficient communication with the user? No sarcasm, genuinely interested to get your opinion.
Comments
I wasn't clear enough, but the confirmation button text can be customized. So as a quick example you could do something like this:
Are you sure you want to delete? {Yes, delete thing X} {No, keep it}
Would you still find that insufficient communication with the user? No sarcasm, genuinely interested to get your opinion.