Updating some more capitalization
This commit is contained in:
parent
aa301f6048
commit
5b77d6c0d0
@ -10,7 +10,7 @@ MESSAGES = {
|
|||||||
"task_order_draft": {
|
"task_order_draft": {
|
||||||
"title_template": translate("task_orders.form.draft_alert_title"),
|
"title_template": translate("task_orders.form.draft_alert_title"),
|
||||||
"message_template": """
|
"message_template": """
|
||||||
<p>Please complete your Task Order before submitting it for approval.</p>
|
<p>Please complete your task order before submitting it for approval.</p>
|
||||||
""",
|
""",
|
||||||
"category": "warning",
|
"category": "warning",
|
||||||
},
|
},
|
||||||
@ -24,7 +24,7 @@ MESSAGES = {
|
|||||||
"new_portfolio_member": {
|
"new_portfolio_member": {
|
||||||
"title_template": "Success!",
|
"title_template": "Success!",
|
||||||
"message_template": """
|
"message_template": """
|
||||||
<p>You have successfully invited {{ new_member.user_name }} to the portfolio admin.</p>
|
<p>You have successfully invited {{ new_member.user_name }} to the portfolio.</p>
|
||||||
""",
|
""",
|
||||||
"category": "success",
|
"category": "success",
|
||||||
},
|
},
|
||||||
@ -73,7 +73,7 @@ MESSAGES = {
|
|||||||
"portfolio_member_dod_id_error": {
|
"portfolio_member_dod_id_error": {
|
||||||
"title_template": "CAC ID Error",
|
"title_template": "CAC ID Error",
|
||||||
"message_template": """
|
"message_template": """
|
||||||
The member attempted to accept this invite, but their CAC ID did not match the CAC ID you specified on the invite. Please confirm that the DOD ID is accurate.
|
The member attempted to accept this invite, but their CAC ID did not match the CAC ID you specified on the invite. Please confirm that the DoD ID is accurate.
|
||||||
""",
|
""",
|
||||||
"category": "error",
|
"category": "error",
|
||||||
},
|
},
|
||||||
@ -114,11 +114,11 @@ MESSAGES = {
|
|||||||
<div class='alert__actions'>
|
<div class='alert__actions'>
|
||||||
<a href='{{ url_for("portfolios.show_portfolio", portfolio_id=portfolio.id) }}' class='icon-link'>
|
<a href='{{ url_for("portfolios.show_portfolio", portfolio_id=portfolio.id) }}' class='icon-link'>
|
||||||
{{ Icon('shield') }}
|
{{ Icon('shield') }}
|
||||||
<span>Go to my Portfolio Home Page</span>
|
<span>Go to my portfolio home page</span>
|
||||||
</a>
|
</a>
|
||||||
<a href='#next-steps' class='icon-link'>
|
<a href='#next-steps' class='icon-link'>
|
||||||
{{ Icon('arrow-down') }}
|
{{ Icon('arrow-down') }}
|
||||||
<span>Review Next Steps Below</span>
|
<span>Review next steps below</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
""",
|
""",
|
||||||
@ -127,7 +127,7 @@ MESSAGES = {
|
|||||||
"task_order_incomplete": {
|
"task_order_incomplete": {
|
||||||
"title_template": "Task Order Incomplete",
|
"title_template": "Task Order Incomplete",
|
||||||
"message_template": """
|
"message_template": """
|
||||||
You must complete your Task Order form before submitting.
|
You must complete your task order form before submitting.
|
||||||
""",
|
""",
|
||||||
"category": "error",
|
"category": "error",
|
||||||
},
|
},
|
||||||
|
@ -571,7 +571,7 @@ portfolios:
|
|||||||
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: Archive User
|
archive_button: Delete member
|
||||||
permissions:
|
permissions:
|
||||||
name: Name
|
name: Name
|
||||||
app_mgmt: App Mgmt
|
app_mgmt: App Mgmt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user