updated copmleted table text w/ burnettk
This commit is contained in:
parent
e292e25507
commit
6d3288d490
|
@ -13,7 +13,7 @@ export default function CompletedInstances() {
|
||||||
perPageOptions={[2, 5, 25]}
|
perPageOptions={[2, 5, 25]}
|
||||||
reportIdentifier="system_report_instances_initiated_by_me"
|
reportIdentifier="system_report_instances_initiated_by_me"
|
||||||
showReports={false}
|
showReports={false}
|
||||||
textToShowIfEmpty="There are no completed instances at this time."
|
textToShowIfEmpty="You have no completed instances at this time."
|
||||||
/>
|
/>
|
||||||
<h2 style={{ marginTop: '1em' }}>Tasks actioned by me</h2>
|
<h2 style={{ marginTop: '1em' }}>Tasks actioned by me</h2>
|
||||||
<p className="data-table-description">
|
<p className="data-table-description">
|
||||||
|
@ -25,7 +25,7 @@ export default function CompletedInstances() {
|
||||||
perPageOptions={[2, 5, 25]}
|
perPageOptions={[2, 5, 25]}
|
||||||
reportIdentifier="system_report_instances_with_tasks_completed_by_me"
|
reportIdentifier="system_report_instances_with_tasks_completed_by_me"
|
||||||
showReports={false}
|
showReports={false}
|
||||||
textToShowIfEmpty="There are no instances with tasks that you completed."
|
textToShowIfEmpty="You have no completed tasks at this time."
|
||||||
/>
|
/>
|
||||||
<h2 style={{ marginTop: '1em' }}>With Tasks Completed By My Group</h2>
|
<h2 style={{ marginTop: '1em' }}>With Tasks Completed By My Group</h2>
|
||||||
<p className="data-table-description">
|
<p className="data-table-description">
|
||||||
|
@ -37,7 +37,7 @@ export default function CompletedInstances() {
|
||||||
perPageOptions={[2, 5, 25]}
|
perPageOptions={[2, 5, 25]}
|
||||||
reportIdentifier="system_report_instances_with_tasks_completed_by_my_groups"
|
reportIdentifier="system_report_instances_with_tasks_completed_by_my_groups"
|
||||||
showReports={false}
|
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."
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue