Updating language for deleting portfolio members
This commit is contained in:
parent
aecb4fc583
commit
d34e90a76c
@ -139,8 +139,8 @@ MESSAGES = {
|
||||
"category": "error",
|
||||
},
|
||||
"portfolio_member_removed": {
|
||||
"title_template": "Portfolio Member Removed",
|
||||
"message_template": "You have successfully removed {{ member_name }} from the portfolio.",
|
||||
"title_template": "Portfolio member deleted",
|
||||
"message_template": "You have successfully deleted {{ member_name }} from the portfolio.",
|
||||
"category": "success",
|
||||
},
|
||||
}
|
||||
|
@ -59,12 +59,12 @@
|
||||
{% for member in portfolio.members %}
|
||||
{% set modal_id = "portfolio_id_{}_user_id_{}".format(portfolio.id, member.user_id) %}
|
||||
{% 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(
|
||||
title="Warning! You are about to archive a user from the portfolio admin.",
|
||||
message="User will be removed from the portfolio, but their log history will be retained.",
|
||||
title="Warning! You are about to delete a member from the portfolio.",
|
||||
message="The member will be removed from the portfolio, but their log history will be retained.",
|
||||
level="warning"
|
||||
)
|
||||
}}
|
||||
|
@ -306,7 +306,7 @@ fragments:
|
||||
none: Not Selected
|
||||
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
|
||||
login:
|
||||
ccpo_logo_alt_text: Cloud Computing Program Office Logo
|
||||
@ -563,7 +563,7 @@ portfolios:
|
||||
title: '{application_name} Team Management'
|
||||
subheading: Team Management
|
||||
admin:
|
||||
portfolio_members_title: Portfolio Members
|
||||
portfolio_members_title: Portfolio members
|
||||
portfolio_members_subheading: These members have different levels of access to the portfolio.
|
||||
settings_info: Learn more about these settings
|
||||
add_member: Add a new member
|
||||
|
Loading…
x
Reference in New Issue
Block a user