Update copy on app settings page
This commit is contained in:
parent
88d57a414b
commit
d0ae04193b
@ -84,7 +84,7 @@
|
|||||||
{{ TextInput(edit_form.name, validation='requiredField', optional=False) }}
|
{{ TextInput(edit_form.name, validation='requiredField', optional=False) }}
|
||||||
{{
|
{{
|
||||||
SaveButton(
|
SaveButton(
|
||||||
text=("common.save" | translate)
|
text=("common.save_changes" | translate)
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
</form>
|
</form>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
{{ sub_form.environment_name.data }}
|
{{ sub_form.environment_name.data }}
|
||||||
</div>
|
</div>
|
||||||
<div class="usa-input__help">
|
<div class="usa-input__help">
|
||||||
{{ role }}
|
{{ "portfolios.applications.members.roles.{}".format(role) | translate }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-col form-col--third">
|
<div class="form-col form-col--third">
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
{{ member_form.SubmitStep(
|
{{ member_form.SubmitStep(
|
||||||
name=modal_name,
|
name=modal_name,
|
||||||
form=member_fields.PermsFields(form=member.form, member_role_id=member.role_id),
|
form=member_fields.PermsFields(form=member.form, member_role_id=member.role_id),
|
||||||
submit_text="Update",
|
submit_text="common.save_changes"|translate,
|
||||||
previous=False,
|
previous=False,
|
||||||
modal=modal_name,
|
modal=modal_name,
|
||||||
) }}
|
) }}
|
||||||
|
@ -358,7 +358,7 @@ portfolios:
|
|||||||
'False': View Reporting
|
'False': View Reporting
|
||||||
'True': Edit Reporting
|
'True': Edit Reporting
|
||||||
applications:
|
applications:
|
||||||
add_environment: Create an Environment
|
add_environment: Add an Environment
|
||||||
add_member: Add New Application Member
|
add_member: Add New Application Member
|
||||||
add_another_environment: Add another environment
|
add_another_environment: Add another environment
|
||||||
create_button: Create Application
|
create_button: Create Application
|
||||||
@ -452,6 +452,10 @@ portfolios:
|
|||||||
perms_del_env:
|
perms_del_env:
|
||||||
'False': ""
|
'False': ""
|
||||||
'True': Delete Application
|
'True': Delete Application
|
||||||
|
roles:
|
||||||
|
ADMIN: Admin
|
||||||
|
BILLING_READ: Billing Read-only
|
||||||
|
CONTRIBUTOR: Contributor
|
||||||
header: PORTFOLIO
|
header: PORTFOLIO
|
||||||
new:
|
new:
|
||||||
title: New Portfolio
|
title: New Portfolio
|
||||||
|
Loading…
x
Reference in New Issue
Block a user