Update copy on app settings page

This commit is contained in:
leigh-mil 2020-01-19 08:35:21 -05:00
parent 88d57a414b
commit d0ae04193b
4 changed files with 8 additions and 4 deletions

View File

@ -84,7 +84,7 @@
{{ TextInput(edit_form.name, validation='requiredField', optional=False) }}
{{
SaveButton(
text=("common.save" | translate)
text=("common.save_changes" | translate)
)
}}
</form>

View File

@ -21,7 +21,7 @@
{{ sub_form.environment_name.data }}
</div>
<div class="usa-input__help">
{{ role }}
{{ "portfolios.applications.members.roles.{}".format(role) | translate }}
</div>
</div>
<div class="form-col form-col--third">

View File

@ -46,7 +46,7 @@
{{ member_form.SubmitStep(
name=modal_name,
form=member_fields.PermsFields(form=member.form, member_role_id=member.role_id),
submit_text="Update",
submit_text="common.save_changes"|translate,
previous=False,
modal=modal_name,
) }}

View File

@ -358,7 +358,7 @@ portfolios:
'False': View Reporting
'True': Edit Reporting
applications:
add_environment: Create an Environment
add_environment: Add an Environment
add_member: Add New Application Member
add_another_environment: Add another environment
create_button: Create Application
@ -452,6 +452,10 @@ portfolios:
perms_del_env:
'False': ""
'True': Delete Application
roles:
ADMIN: Admin
BILLING_READ: Billing Read-only
CONTRIBUTOR: Contributor
header: PORTFOLIO
new:
title: New Portfolio