Update Total Time In Project button text to include project name
This commit is contained in:
parent
f8ca68dbea
commit
3cd2c7ba40
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ function PMProjectMembers(): JSX.Element {
|
|||
<>
|
||||
<Link to={`/PMtimeactivity/${projectName}`}>
|
||||
<Button
|
||||
text="Total Time / Activity"
|
||||
text={`Total Time For ${projectName}`}
|
||||
onClick={(): void => {
|
||||
return;
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue