diff --git a/src/features/ministry/report/publisher_report/monthly_report/hours_fields/hour_item/index.tsx b/src/features/ministry/report/publisher_report/monthly_report/hours_fields/hour_item/index.tsx index 306444fd49..58e9209e8d 100644 --- a/src/features/ministry/report/publisher_report/monthly_report/hours_fields/hour_item/index.tsx +++ b/src/features/ministry/report/publisher_report/monthly_report/hours_fields/hour_item/index.tsx @@ -43,7 +43,7 @@ const HourItem = () => { {hoursCreditEnabled && ( - + {t('tr_includesServiceAndCredit')} )} diff --git a/src/locales/en/ministry.json b/src/locales/en/ministry.json index 83d1553482..fcd7c894ba 100644 --- a/src/locales/en/ministry.json +++ b/src/locales/en/ministry.json @@ -118,5 +118,6 @@ "tr_reportVerified": "Verified reports", "tr_reportUnverified": "Reports awaiting verification", "tr_unverifiedReportTitle": "You have unverified reports", - "tr_unverifiedReportDesc": "Open the Field service reports page to check and verify reports from the publishers." + "tr_unverifiedReportDesc": "Open the Field service reports page to check and verify reports from the publishers.", + "tr_pioneers": "Pioneers" }