Updating some more capitalization and word choice
This commit is contained in:
parent
5b77d6c0d0
commit
265612c339
@ -107,7 +107,7 @@ MESSAGES = {
|
|||||||
"task_order_congrats": {
|
"task_order_congrats": {
|
||||||
"title_template": "Congrats!",
|
"title_template": "Congrats!",
|
||||||
"message_template": """
|
"message_template": """
|
||||||
You've created a new JEDI portfolio and jump started your first task order!
|
You've created a new JEDI portfolio and jump-started your first task order!
|
||||||
""",
|
""",
|
||||||
"actions": """
|
"actions": """
|
||||||
{% from "components/icon.html" import Icon %}
|
{% from "components/icon.html" import Icon %}
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
{% set step_one %}
|
{% set step_one %}
|
||||||
<div class="modal__form--header">
|
<div class="modal__form--header">
|
||||||
<h1>Invite New Portfolio Member</h1>
|
<h1>Invite new portfolio member</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class='form-row'>
|
<div class='form-row'>
|
||||||
<div class='form-col form-col--half'>
|
<div class='form-col form-col--half'>
|
||||||
@ -48,14 +48,14 @@
|
|||||||
v-on:click="next()"
|
v-on:click="next()"
|
||||||
v-bind:disabled="invalid"
|
v-bind:disabled="invalid"
|
||||||
class='action-group__action usa-button'
|
class='action-group__action usa-button'
|
||||||
value='Next Step'>
|
value='Next'>
|
||||||
<a class='action-group__action icon-link icon-link--default' v-on:click="closeModal('{{ new_port_mem }}')">Cancel</a>
|
<a class='action-group__action icon-link icon-link--default' v-on:click="closeModal('{{ new_port_mem }}')">Cancel</a>
|
||||||
</div>
|
</div>
|
||||||
{% endset %}
|
{% endset %}
|
||||||
{% set step_two %}
|
{% set step_two %}
|
||||||
<div class="modal__form--padded">
|
<div class="modal__form--padded">
|
||||||
<div class="modal__form--header">
|
<div class="modal__form--header">
|
||||||
<h1>Assign Member Permissions</h1>
|
<h1>Assign member permissions</h1>
|
||||||
<a class='icon-link'>
|
<a class='icon-link'>
|
||||||
{{ Icon('info') }}
|
{{ Icon('info') }}
|
||||||
{{ "portfolios.admin.permissions_info" | translate }}
|
{{ "portfolios.admin.permissions_info" | translate }}
|
||||||
@ -70,7 +70,7 @@
|
|||||||
type="submit"
|
type="submit"
|
||||||
class='action-group__action usa-button'
|
class='action-group__action usa-button'
|
||||||
form="add-port-mem"
|
form="add-port-mem"
|
||||||
value='Invite Member'>
|
value='Invite member'>
|
||||||
<a class='action-group__action icon-link icon-link--default' v-on:click="closeModal('{{ new_port_mem }}')">Cancel</a>
|
<a class='action-group__action icon-link icon-link--default' v-on:click="closeModal('{{ new_port_mem }}')">Cancel</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -305,9 +305,9 @@ fragments:
|
|||||||
portfolio_admin:
|
portfolio_admin:
|
||||||
none: Not Selected
|
none: Not Selected
|
||||||
ppoc:
|
ppoc:
|
||||||
title: Primary Point of Contact
|
title: Primary point of contact (PPoC)
|
||||||
subtitle: The PoC has the ability to edit all aspects of a portfolio.
|
subtitle: The PPoC has the ability to edit all aspects of a portfolio.
|
||||||
update_btn: Update Primary PoC
|
update_btn: Update
|
||||||
login:
|
login:
|
||||||
ccpo_logo_alt_text: Cloud Computing Program Office Logo
|
ccpo_logo_alt_text: Cloud Computing Program Office Logo
|
||||||
certificate_selection:
|
certificate_selection:
|
||||||
@ -566,9 +566,9 @@ portfolios:
|
|||||||
portfolio_members_title: Portfolio Members
|
portfolio_members_title: Portfolio Members
|
||||||
portfolio_members_subheading: These members have different levels of access to the portfolio.
|
portfolio_members_subheading: These members have different levels of access to the portfolio.
|
||||||
settings_info: Learn more about these settings
|
settings_info: Learn more about these settings
|
||||||
add_member: Add a New Member
|
add_member: Add a new member
|
||||||
permissions_info: Learn more about these permissions
|
permissions_info: Learn more about these permissions
|
||||||
activity_log_title: Activity Log
|
activity_log_title: Activity log
|
||||||
add_new_member: Add a new member
|
add_new_member: Add a new member
|
||||||
members:
|
members:
|
||||||
archive_button: Delete member
|
archive_button: Delete member
|
||||||
|
Loading…
x
Reference in New Issue
Block a user