Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/714/715 update html page titles and descriptions to meet m 23 22 #748

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Lesson 7: Misuse/Abuse and Fraud"
description: Ethical standards for the GSA SmartPay program, and how to identify fraud, misuse, and abuse of accounts.
description: Ethical standards for the GSA SmartPay program and how to identify fraud, misuse, and abuse of fleet accounts.
order: 7
category: fleet
tags:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Lesson 9: Resources"
title: "Lesson 9: SmartPay Resources"
description: Learn about the GSA SmartPay Master Contract and how to contact your agency's contractor bank.
order: 9
category: fleet
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Lesson 8: Disputes"
title: "Lesson 8: How to Handle a Dispute"
description: What you need to know about disputes when using your GSA SmartPay purchase account.
order: 8
category: purchase
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Lesson 10: Gifts"
title: "Lesson 10: Policies Relating to Gifts"
description: Guidance on federal policies about gifts that relate to the GSA SmartPay purchase program.
order: 10
category: purchase
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Lesson 11: Misuse/Abuse and Fraud"
description: Ethical standards for the use of the GSA SmartPay purchase account.
description: Ethical standards for the GSA SmartPay program and how to identify fraud, misuse, and abuse of purchase accounts.
order: 11
category: purchase
tags:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Lesson 13: Resources"
title: "Lesson 13: SmartPay Resources"
description: How to contact contractor banks and find answers to questions about the GSA SmartPay Master Contract and your purchase account.
order: 13
category: purchase
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Lesson 10: Disputes"
title: "Lesson 10: How to Handle a Dispute"
description: What you need to know about disputes when using your GSA SmartPay travel account.
order: 10
category: travel
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Lesson 12: Misuse/Abuse and Fraud"
description: How to minimize the risk of misuse, abuse, and fraud of GSA SmartPay accounts.
description: Ethical standards for the GSA SmartPay program and how to identify fraud, misuse, and abuse of purchase accounts.
order: 12
category: travel
tags:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Lesson 14: Resources"
title: "Lesson 14: SmartPay Resources"
description: How to contact contractor banks and find answers to questions about the GSA SmartPay Master Contract and your travel account.
order: 14
category: travel
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Lesson 9: Resources"
title: "Lesson 9: SmartPay Resources"
description: Learn about the GSA SmartPay Master Contract, and how to contact your agency's contractor bank.
order: 9
category: travel
Expand Down
2 changes: 1 addition & 1 deletion training-front-end/src/pages/admin/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseLayout from '@layouts/BaseLayout.astro';
import HeroTraining from '@components/HeroTraining.astro';
import AuthRequired from '@components/AuthRequired.vue';

const pageTitle = "Admin Panel";
const pageTitle = "Administrator Panel";
---

<BaseLayout title={pageTitle} description="GSA SmartPay admin panel for administrators">
Expand Down
2 changes: 1 addition & 1 deletion training-front-end/src/pages/admin/reports/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import HeroTraining from '@components/HeroTraining.astro';
import AdminReportIndex from '@components/AdminReportIndex.vue';
import AuthRequired from '@components/AuthRequired.vue';

const pageTitle = "Reports";
const pageTitle = "Administrator Reports";
---
<BaseLayout title={pageTitle} description="Admin Reports">
<HeroTraining background_class='bg_smartpay_cool_grey'>
Expand Down
2 changes: 1 addition & 1 deletion training-front-end/src/pages/admin/user_search.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import HeroTraining from '@components/HeroTraining.astro';
import AdminSearchUser from '@components/AdminSearchUser.vue';
import AuthRequired from '@components/AuthRequired.vue';

const pageTitle = "Admin User Search";
const pageTitle = "User Search for Administrators";
---

<BaseLayout title={pageTitle} description="GSA SmartPay admin panel for user search">
Expand Down
2 changes: 1 addition & 1 deletion training-front-end/src/pages/certificates.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseLayout from '@layouts/BaseLayout.astro';
import HeroTraining from '@components/HeroTraining.astro';
import CertificateIndex from '@components/CertificateIndex.vue';

const pageTitle = "Access Certificates";
const pageTitle = "Access Past Certificates";
---
<BaseLayout title={pageTitle} description="Access past certificates for Card/Account Holders, Approving Officials, and Program Coordinators">
<HeroTraining background_class='bg_smartpay_cool_grey'>
Expand Down
2 changes: 1 addition & 1 deletion training-front-end/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import TrainingAccounts from '@components/TrainingAccounts.astro';
import Hero from '@components/Hero.astro';
import GlobalMessage from '@components/GlobalMessage.vue'

const pageTitle = "GSA Training";
const pageTitle = "GSA SmartPay Training";

const card_holders = [
{"header":"Travel Training", "img_src":"images/smartpay-blue-travel-plain.svg", "text":"Learn about your role and responsibilities as a GSA SmartPay Travel card/account holder or Approving Official and review important policies/procedures.","training_link_text":"Access the travel training","training_link_name":"training_travel/", "quiz_link_name":"quiz/training_travel/"},
Expand Down
2 changes: 1 addition & 1 deletion training-front-end/src/pages/training_reports.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseLayout from '@layouts/BaseLayout.astro';
import HeroTraining from '@components/HeroTraining.astro';
import TrainingReportIndex from '@components/TrainingReportIndex.vue';

const pageTitle = "Training Reports";
const pageTitle = "A/OPCs Training Reports";
---
<BaseLayout title={pageTitle} description="Training Reports for A/OPCs">
<HeroTraining background_class='bg_smartpay_cool_grey'>
Expand Down
Loading