Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DocDB/cgi/SignoffSQL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down