Change text on step 2 of adding a member to an app
This commit is contained in:
parent
2ee30fec79
commit
c534dd10f2
@ -3,7 +3,8 @@
|
|||||||
{% from "components/phone_input.html" import PhoneInput %}
|
{% from "components/phone_input.html" import PhoneInput %}
|
||||||
|
|
||||||
{% macro PermsFields(form, new=False, member_role_id=None) %}
|
{% macro PermsFields(form, new=False, member_role_id=None) %}
|
||||||
<h4>{{ "portfolios.applications.members.form.project_perms" | translate }}</h4>
|
<h2>{{ "portfolios.applications.members.form.app_perms.title" | translate }}</h2>
|
||||||
|
<p class='usa-input__help subtitle'>{{ "portfolios.applications.members.form.app_perms.description" | translate | safe}}</p>
|
||||||
<div class="application-perms">
|
<div class="application-perms">
|
||||||
{% if new %}
|
{% if new %}
|
||||||
{% set team_mgmt = form.perms_team_mgmt.name %}
|
{% set team_mgmt = form.perms_team_mgmt.name %}
|
||||||
@ -19,8 +20,10 @@
|
|||||||
{{ CheckboxInput(form.perms_env_mgmt, classes="input__inline-fields", key=env_mgmt, id=env_mgmt, optional=True) }}
|
{{ CheckboxInput(form.perms_env_mgmt, classes="input__inline-fields", key=env_mgmt, id=env_mgmt, optional=True) }}
|
||||||
{{ CheckboxInput(form.perms_del_env, classes="input__inline-fields", key=del_env, id=del_env, optional=True) }}
|
{{ CheckboxInput(form.perms_del_env, classes="input__inline-fields", key=del_env, id=del_env, optional=True) }}
|
||||||
</div>
|
</div>
|
||||||
|
<hr>
|
||||||
<div class="environment_roles environment-roles-new">
|
<div class="environment_roles environment-roles-new">
|
||||||
<h4>{{ "portfolios.applications.members.form.env_access" | translate }}</h4>
|
<h2>{{ "portfolios.applications.members.form.env_access.title" | translate }}</h2>
|
||||||
|
<p class='usa-input__help subtitle'>{{ "portfolios.applications.members.form.env_access.description" | translate | safe }}</p>
|
||||||
<hr>
|
<hr>
|
||||||
{% for environment_data in form.environment_roles %}
|
{% for environment_data in form.environment_roles %}
|
||||||
<optionsinput inline-template
|
<optionsinput inline-template
|
||||||
|
@ -393,18 +393,21 @@ portfolios:
|
|||||||
blank_slate: This Application has no members
|
blank_slate: This Application has no members
|
||||||
form:
|
form:
|
||||||
env_mgmt:
|
env_mgmt:
|
||||||
label: Manage Environments
|
label: Manage Application Environments
|
||||||
description: Add and rename project environments, assign environment access roles to team members.
|
description: Add and rename Environments, assign Environment access roles to team members.
|
||||||
team_mgmt:
|
team_mgmt:
|
||||||
label: Edit Team
|
label: Edit Application Team
|
||||||
description: Add and remove team members.
|
description: Add and remove team members.
|
||||||
del_env:
|
del_env:
|
||||||
label: Delete Application
|
label: Delete Application
|
||||||
description: Delete this application.
|
description: Delete this application.
|
||||||
env_access: Environment Access
|
env_access:
|
||||||
|
title: Environment Roles
|
||||||
|
description: Additional role controls are available in the CSP console. <a href="#"> Learn More </a>
|
||||||
next_button: "Next: Permissions"
|
next_button: "Next: Permissions"
|
||||||
project_perms: Project Permissions
|
app_perms:
|
||||||
step_2_title: Set Permissions and Roles
|
title: Application Permissions
|
||||||
|
description: Application permissions allow users to provision and modify applications and teams. <a href="#"> Learn More </a>
|
||||||
add_member: Add Member
|
add_member: Add Member
|
||||||
new:
|
new:
|
||||||
assign_roles: Assign Member Environments and Roles
|
assign_roles: Assign Member Environments and Roles
|
||||||
|
Loading…
x
Reference in New Issue
Block a user