mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-30 03:35:31 +00:00
improve button labels
This commit is contained in:
parent
25a91b1d45
commit
4327dc7925
@ -717,7 +717,7 @@ export default function ProcessInstanceShow({ variant }: OwnProps) {
|
|||||||
data-qa="mark-task-complete-button"
|
data-qa="mark-task-complete-button"
|
||||||
onClick={() => completeTask(false)}
|
onClick={() => completeTask(false)}
|
||||||
>
|
>
|
||||||
Mark Complete
|
Skip Task
|
||||||
</Button>
|
</Button>
|
||||||
);
|
);
|
||||||
buttons.push(
|
buttons.push(
|
||||||
@ -745,7 +745,7 @@ export default function ProcessInstanceShow({ variant }: OwnProps) {
|
|||||||
data-qa="reset-process-button"
|
data-qa="reset-process-button"
|
||||||
onClick={() => resetProcessInstance()}
|
onClick={() => resetProcessInstance()}
|
||||||
>
|
>
|
||||||
Resume Process Here
|
Reset Process Here
|
||||||
</Button>
|
</Button>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user