diff --git a/DocDB/cgi/SignoffSQL.pm b/DocDB/cgi/SignoffSQL.pm index 1e8ddd1a..68ef2eae 100644 --- a/DocDB/cgi/SignoffSQL.pm +++ b/DocDB/cgi/SignoffSQL.pm @@ -70,8 +70,8 @@ sub ProcessSignoffList ($) { } } - push @ErrorStack,"No unique match was found for the signoff $SafeEntry. Please go - back and try again."; + push @ErrorStack,"No unique match was found for the signoff $SafeEntry. Contact an administrator to restrict ". + "signatures to a single account per person."; } return @EmailUserIDs; }