mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 16:02:15 +02:00
fix email title
This commit is contained in:
parent
5b4095a556
commit
757e7619b5
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
if (isEmailAlreadySent()) {
|
||||
formLabel.innerHTML = "Email sent to creator:";
|
||||
} else {
|
||||
formLabel.innerHTML = "Email will be sent to creator:";
|
||||
formLabel.innerHTML = "Email:";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue