diff --git a/spiffworkflow-frontend/src/routes/CompletedInstances.tsx b/spiffworkflow-frontend/src/routes/CompletedInstances.tsx index efced8ae..76117528 100644 --- a/spiffworkflow-frontend/src/routes/CompletedInstances.tsx +++ b/spiffworkflow-frontend/src/routes/CompletedInstances.tsx @@ -13,7 +13,7 @@ export default function CompletedInstances() { perPageOptions={[2, 5, 25]} reportIdentifier="system_report_instances_initiated_by_me" showReports={false} - textToShowIfEmpty="There are no completed instances at this time." + textToShowIfEmpty="You have no completed instances at this time." />

Tasks actioned by me

@@ -25,7 +25,7 @@ export default function CompletedInstances() { perPageOptions={[2, 5, 25]} reportIdentifier="system_report_instances_with_tasks_completed_by_me" showReports={false} - textToShowIfEmpty="There are no instances with tasks that you completed." + textToShowIfEmpty="You have no completed tasks at this time." />

With Tasks Completed By My Group

@@ -37,7 +37,7 @@ export default function CompletedInstances() { perPageOptions={[2, 5, 25]} reportIdentifier="system_report_instances_with_tasks_completed_by_my_groups" showReports={false} - textToShowIfEmpty="There are no instances with tasks that were completed by your groups." + textToShowIfEmpty="Your group has no completed tasks at this time." /> );