diff --git a/www/disputes.php b/www/disputes.php index b816d9c..0ced87d 100644 --- a/www/disputes.php +++ b/www/disputes.php @@ -330,7 +330,7 @@ if($_SESSION['profile']['id'] == $oldmemid) { showheader(_("Domain Dispute")); - echo _("You aren't allowed to dispute your own email addresses. Can't continue."); + echo _("You aren't allowed to dispute your own domains. Can't continue."); showfooter(); exit; }