diff --git a/atst/utils/flash.py b/atst/utils/flash.py index 69239977..d73a92d1 100644 --- a/atst/utils/flash.py +++ b/atst/utils/flash.py @@ -10,7 +10,7 @@ MESSAGES = { "task_order_draft": { "title_template": translate("task_orders.form.draft_alert_title"), "message_template": """ -

Please complete your Task Order before submitting it for approval.

+

Please complete your task order before submitting it for approval.

""", "category": "warning", }, @@ -24,7 +24,7 @@ MESSAGES = { "new_portfolio_member": { "title_template": "Success!", "message_template": """ -

You have successfully invited {{ new_member.user_name }} to the portfolio admin.

+

You have successfully invited {{ new_member.user_name }} to the portfolio.

""", "category": "success", }, @@ -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", }, @@ -114,11 +114,11 @@ MESSAGES = {
{{ Icon('shield') }} - Go to my Portfolio Home Page + Go to my portfolio home page {{ Icon('arrow-down') }} - Review Next Steps Below + Review next steps below
""", @@ -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", }, diff --git a/translations.yaml b/translations.yaml index c4ab5a67..40d0701e 100644 --- a/translations.yaml +++ b/translations.yaml @@ -571,7 +571,7 @@ portfolios: activity_log_title: Activity Log add_new_member: Add a new member members: - archive_button: Archive User + archive_button: Delete member permissions: name: Name app_mgmt: App Mgmt