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) }}
|
||||
{{
|
||||
SaveButton(
|
||||
text=("common.save" | translate)
|
||||
text=("common.save_changes" | translate)
|
||||
)
|
||||
}}
|
||||
</form>
|
||||
|
@ -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">
|
||||
|
@ -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,
|
||||
) }}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user