Updated comment on newsletter subscriptions

This commit is contained in:
John Shaver 2018-08-02 15:26:38 -07:00
parent c44608cbe7
commit 353329120f
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ function submitFormData(form) {
var msg = {
address: data.get("email")
, comment: 'ppl: ' + (data.get("name") || '')
, comment: 'telebit: ' + (data.get("name") || '')
};
var errors = validateFormData(msg);