From f5503f8935c67e56e7e0da74bcff82224c7cb106 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Mon, 24 Mar 2025 12:23:48 -0600 Subject: [PATCH] Update portfolio_member_permissions.html --- src/registrar/templates/portfolio_member_permissions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/templates/portfolio_member_permissions.html b/src/registrar/templates/portfolio_member_permissions.html index 0ecf47d10..5558786c3 100644 --- a/src/registrar/templates/portfolio_member_permissions.html +++ b/src/registrar/templates/portfolio_member_permissions.html @@ -125,7 +125,7 @@ data-force-action > {% if is_only_admin %} - {% include 'includes/modal.html' with modal_heading="You cannot modify yourself at this time." modal_description="You are the only admin on this organization. Add another administrator to remove yourself from this organization." modal_button_id="member-permissions-edit-self" cancel_button_only=True %} + {% include 'includes/modal.html' with modal_heading="You are the only admin on this organization." modal_description="Add another administrator to remove yourself from this organization." modal_button_id="member-permissions-edit-self" cancel_button_only=True %} {% else %} {% include 'includes/modal.html' with modal_heading="Are you sure you want to change your own permissions?" modal_description="This could permanently impact your access. This cannot be undone." modal_button_id="member-permissions-edit-self" modal_button_text="Yes, I know what I'm doing!" %} {% endif %}