revert apostrophe work

This commit is contained in:
Rachid Mrad 2025-02-13 14:08:48 -05:00
parent d64ebab978
commit 34914b4da4
No known key found for this signature in database

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\u2019t 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):