Typo: "Quarentine" on MailWatch GUI

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

Typo: "Quarentine" on MailWatch GUI

Post by dbrunt »

Bottom Pane of MailWatch GUI when viewing a message says "Quarentine".
Typo can be fixed here:

[root@efa var]# find . -type f -exec grep Quarentine {} \; -print
'quarantine04' => 'Quarentine',
./www/html/mailscanner/languages/en.php

Code: Select all

 // Added in 2015-06-23
 // 04-details.php
'quarantine04' => 'Quarantine',
Post Reply