mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 03:58:39 +02:00
Corrected string
This commit is contained in:
parent
5e8eb13bcf
commit
b25f18d005
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ export class MembersTable extends BaseTable {
|
||||||
if (num_domains >= 1)
|
if (num_domains >= 1)
|
||||||
{
|
{
|
||||||
modalDescription = `<b>${member_email}</b> currently manages ${num_domains} domain${num_domains > 1 ? "s": ""} in the organization.
|
modalDescription = `<b>${member_email}</b> currently manages ${num_domains} domain${num_domains > 1 ? "s": ""} in the organization.
|
||||||
Removing them from the organization will remove all of their domains. They will no longer be able to
|
Removing them from the organization will remove them from all of their domains. They will no longer be able to
|
||||||
access this organization. This action cannot be undone.`;
|
access this organization. This action cannot be undone.`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue