Updating language for deleting portfolio members
This commit is contained in:
parent
aecb4fc583
commit
d34e90a76c
@ -139,8 +139,8 @@ MESSAGES = {
|
|||||||
"category": "error",
|
"category": "error",
|
||||||
},
|
},
|
||||||
"portfolio_member_removed": {
|
"portfolio_member_removed": {
|
||||||
"title_template": "Portfolio Member Removed",
|
"title_template": "Portfolio member deleted",
|
||||||
"message_template": "You have successfully removed {{ member_name }} from the portfolio.",
|
"message_template": "You have successfully deleted {{ member_name }} from the portfolio.",
|
||||||
"category": "success",
|
"category": "success",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -59,12 +59,12 @@
|
|||||||
{% for member in portfolio.members %}
|
{% for member in portfolio.members %}
|
||||||
{% set modal_id = "portfolio_id_{}_user_id_{}".format(portfolio.id, member.user_id) %}
|
{% set modal_id = "portfolio_id_{}_user_id_{}".format(portfolio.id, member.user_id) %}
|
||||||
{% call Modal(name=modal_id, dismissable=False) %}
|
{% call Modal(name=modal_id, dismissable=False) %}
|
||||||
<h1>Are you sure you want to archive this user?</h1>
|
<h1>Are you sure you want to delete this member?</h1>
|
||||||
|
|
||||||
{{
|
{{
|
||||||
Alert(
|
Alert(
|
||||||
title="Warning! You are about to archive a user from the portfolio admin.",
|
title="Warning! You are about to delete a member from the portfolio.",
|
||||||
message="User will be removed from the portfolio, but their log history will be retained.",
|
message="The member will be removed from the portfolio, but their log history will be retained.",
|
||||||
level="warning"
|
level="warning"
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
@ -306,7 +306,7 @@ fragments:
|
|||||||
none: Not Selected
|
none: Not Selected
|
||||||
ppoc:
|
ppoc:
|
||||||
title: Primary point of contact (PPoC)
|
title: Primary point of contact (PPoC)
|
||||||
subtitle: The PPoC has the ability to edit all aspects of a portfolio.
|
subtitle: The PPoC has the ability to edit all aspects of a portfolio and is the only one who can manage the PPoC role.
|
||||||
update_btn: Update
|
update_btn: Update
|
||||||
login:
|
login:
|
||||||
ccpo_logo_alt_text: Cloud Computing Program Office Logo
|
ccpo_logo_alt_text: Cloud Computing Program Office Logo
|
||||||
@ -563,7 +563,7 @@ portfolios:
|
|||||||
title: '{application_name} Team Management'
|
title: '{application_name} Team Management'
|
||||||
subheading: Team Management
|
subheading: Team Management
|
||||||
admin:
|
admin:
|
||||||
portfolio_members_title: Portfolio Members
|
portfolio_members_title: Portfolio members
|
||||||
portfolio_members_subheading: These members have different levels of access to the portfolio.
|
portfolio_members_subheading: These members have different levels of access to the portfolio.
|
||||||
settings_info: Learn more about these settings
|
settings_info: Learn more about these settings
|
||||||
add_member: Add a new member
|
add_member: Add a new member
|
||||||
|
Loading…
x
Reference in New Issue
Block a user