mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 03:58:39 +02:00
change hash to apostrophe
This commit is contained in:
parent
6189f6d082
commit
2c62d8a497
2 changed files with 1 additions and 2 deletions
|
@ -135,7 +135,6 @@ export function initAddNewMemberPageListeners() {
|
|||
}
|
||||
|
||||
function appendPermissionInContainer(sectionTitle, permissionDisplay, permissionContainer) {
|
||||
console.log(sectionTitle)
|
||||
// Create new elements for the content
|
||||
const elementContainer = document.createElement("p");
|
||||
elementContainer.classList.add("margin-top-0", "margin-bottom-1");
|
||||
|
|
|
@ -127,7 +127,7 @@ class PortfolioMemberDeleteView(PortfolioMemberPermission, View):
|
|||
if active_requests_count > 0:
|
||||
# If they have any in progress requests
|
||||
error_message = mark_safe( # nosec
|
||||
"This member can't be removed from the organization because they have an active domain request. "
|
||||
"This member can’t be removed from the organization because they have an active domain request. "
|
||||
f"Please <a class='usa-link' href='{support_url}' target='_blank'>contact us</a> to remove this member."
|
||||
)
|
||||
elif member.is_only_admin_of_portfolio(portfolio_member_permission.portfolio):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue