change hash to apostrophe

This commit is contained in:
Rachid Mrad 2025-02-12 18:57:17 -05:00
parent 6189f6d082
commit 2c62d8a497
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -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");

View file

@ -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 cant 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):