Merged in [15705] from johnl@taugh.com:
Trivial fix for trivial issue #1907, warn user that added addresses will be confirmed.
- Legacy-Id: 15743
Note: SVN reference [15705] has been migrated to Git commit 4468eb523a
This commit is contained in:
commit
570de244c8
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue