Skip to content

Commit

Permalink
Update index.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
JennaySDavis authored Jan 27, 2025
1 parent 5a745e2 commit cc7fab2
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit cc7fab2

Please sign in to comment.