Are you sure you want to delete userusername?

Report bugs and workarounds
Post Reply
dbrunt
Posts: 64
Joined: 28 Nov 2015 00:09

Are you sure you want to delete userusername?

Post by dbrunt »

/var/www/html/mailscanner/languages/en.php:

Code: Select all

   'areusuredel12' => 'Are you sure you want to delete user',
Needs a space at the end:

Code: Select all

   'areusuredel12' => 'Are you sure you want to delete user ',
Also, if you select Cancel at that point, a webpage displays that simply says "false"
Post Reply