Continuing to clean up capitalization

This commit is contained in:
rachel-dtr
2019-04-02 10:34:13 -04:00
parent aa301f6048
commit 7109860553
8 changed files with 73 additions and 73 deletions

View File

@@ -10,7 +10,7 @@ MESSAGES = {
"task_order_draft": {
"title_template": translate("task_orders.form.draft_alert_title"),
"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",
},
@@ -73,7 +73,7 @@ MESSAGES = {
"portfolio_member_dod_id_error": {
"title_template": "CAC ID Error",
"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",
},
@@ -127,7 +127,7 @@ MESSAGES = {
"task_order_incomplete": {
"title_template": "Task Order Incomplete",
"message_template": """
You must complete your Task Order form before submitting.
You must complete your task order form before submitting.
""",
"category": "error",
},