Update Total Time In Project button text to include username and project name

This commit is contained in:
Davenludd 2024-04-14 16:08:52 +02:00
parent 9148ede977
commit f8ca68dbea

View file

@ -17,7 +17,7 @@ function PMOtherUsersTR(): JSX.Element {
<>
<Link to={`/viewStatistics/${projectName}/${username}`}>
<Button
text="Total Time In Project"
text={`Total Time For ${username} In ${projectName}`}
onClick={(): void => {
return;
}}