mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +02:00
cleanup
This commit is contained in:
parent
237b5a8f64
commit
a1f92a470e
2 changed files with 1 additions and 4 deletions
|
@ -294,7 +294,7 @@ export class EditMemberDomainsTable extends BaseTable {
|
|||
|
||||
if (!this.addedDomains.length && !this.removedDomains.length) {
|
||||
const noChangesParagraph = document.createElement('p');
|
||||
noChangesParagraph.textContent = 'No changes were detected. Click the “Back” button to edit this members domain assignments.';
|
||||
noChangesParagraph.textContent = "No changes were detected. Click the “Back” button to edit this member’s domain assignments.";
|
||||
domainAssignmentSummary.appendChild(noChangesParagraph);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,10 +15,7 @@ associated with the following email address: {{ invitee_email_address }}
|
|||
Login.gov provides a simple and secure process for signing in to many government
|
||||
services with one account. If you don’t already have one, follow these steps to create
|
||||
your Login.gov account <https://login.gov/help/get-started/create-your-account/>.
|
||||
|
||||
|
||||
{% endif %}
|
||||
|
||||
DOMAIN MANAGEMENT
|
||||
As a .gov domain manager, you can add or update information like name servers. You’ll
|
||||
also serve as a contact for the domains you manage. Please keep your contact
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue