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

View File

@ -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">

View File

@ -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,
) }} ) }}

View File

@ -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