Update portfolio_member_permissions.html

This commit is contained in:
zandercymatics 2025-03-24 12:23:48 -06:00
parent 4ccde1ba8f
commit f5503f8935
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -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. <strong>This cannot be undone.</strong>" modal_button_id="member-permissions-edit-self" modal_button_text="Yes, I know what I'm doing!" %}
{% endif %}