mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-07 15:43:30 +00:00
updated headers for the homepage in progress tab
This commit is contained in:
parent
7b1ee33cdd
commit
406f0a6cf1
@ -22,7 +22,7 @@ export default function InProgressInstances() {
|
|||||||
const titleText = `This is a list of instances with tasks that are waiting for the ${userGroup} group.`;
|
const titleText = `This is a list of instances with tasks that are waiting for the ${userGroup} group.`;
|
||||||
const headerElement = (
|
const headerElement = (
|
||||||
<h2 title={titleText} className="process-instance-table-header">
|
<h2 title={titleText} className="process-instance-table-header">
|
||||||
Instances with tasks waiting for <strong>{userGroup}</strong>
|
Waiting for <strong>{userGroup}</strong>
|
||||||
</h2>
|
</h2>
|
||||||
);
|
);
|
||||||
return (
|
return (
|
||||||
@ -61,7 +61,7 @@ export default function InProgressInstances() {
|
|||||||
'This is a list of instances that have tasks that you can complete.';
|
'This is a list of instances that have tasks that you can complete.';
|
||||||
const waitingForMeHeaderElement = (
|
const waitingForMeHeaderElement = (
|
||||||
<h2 title={waitingForMeTitleText} className="process-instance-table-header">
|
<h2 title={waitingForMeTitleText} className="process-instance-table-header">
|
||||||
Instances with tasks waiting for me
|
Waiting for me
|
||||||
</h2>
|
</h2>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user