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