Trivial fix for trivial issue #1907, warn user that added addresses will be confirmed.

Commit ready for merge.
 - Legacy-Id: 15705
This commit is contained in:
John R. Levine 2018-11-03 11:07:13 +00:00
parent e4dd65d9f9
commit 4468eb523a

View file

@ -189,7 +189,7 @@
var container = $(this).closest("form").find(".new-emails");
$('<input class="form-control" name="new_email" placeholder="Enter new email address...">').appendTo(container).focus();
$('<input class="form-control" name="new_email" placeholder="The address entered here will get a confirmation challenge. To add an address that cannot confirm, contact the secretariat.">').appendTo(container).focus();
})
});
</script>