diff --git a/src/components/HrTools/GoalCalculator/MinistryExpenses/MinistryExpensesStep.tsx b/src/components/HrTools/GoalCalculator/MinistryExpenses/MinistryExpensesStep.tsx index 86eb767e38..5649691aca 100644 --- a/src/components/HrTools/GoalCalculator/MinistryExpenses/MinistryExpensesStep.tsx +++ b/src/components/HrTools/GoalCalculator/MinistryExpenses/MinistryExpensesStep.tsx @@ -1,6 +1,8 @@ +import NextLink from 'next/link'; import React from 'react'; import { Link, Typography, styled } from '@mui/material'; import { Trans, useTranslation } from 'react-i18next'; +import { useAccountListId } from 'src/hooks/useAccountListId'; import { useGoalCalculator } from '../Shared/GoalCalculatorContext'; import { ExpensesStep } from '../SharedComponents/ExpensesStep/ExpensesStep'; @@ -12,6 +14,7 @@ const InstructionsWrapper = styled('div')(({ theme }) => ({ const Instructions: React.FC = () => { const { t } = useTranslation(); + const accountListId = useAccountListId() ?? ''; return ( @@ -19,16 +22,18 @@ const Instructions: React.FC = () => { Enter amounts for the following categories of reimbursable and ministry expenses. The{' '} - - MPGA tool on StaffWeb + + Ministry Partner Giving Analysis tool {' '} can show you your averages in some of these categories. If you did not take full reimbursements for the entire year, or if your reimbursements were abnormally high (e.g. you had a surgery or bought a new computer), or low (e.g. no summer mission), you will want to adjust the averages from the MPGA to reflect an average year. Click - the link above, go to the Income/Expenses tab, and look under the - Ministry Expenses section. + the link above and look at the Ministry rows in the Expenses table.