Skip to content

Commit

Permalink
KAAV-1473 change label text for vaiheen kesto
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnaSiili committed Oct 1, 2024
1 parent dadb6a2 commit 5c7122e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/ProjectTimeline/VisTimelineGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,9 @@ const VisTimelineGroup = forwardRef(({ groups, items, deadlines, visValues, dead
} else if (content.includes("-")) {
content = content.replace("-", " ");
label.innerHTML = content + " ";
}
else if (content.includes("Vaiheen kesto")) {
label.innerHTML = "Vaiheen lisätiedot";
} else {
label.innerHTML = content + " ";
}
Expand Down

0 comments on commit 5c7122e

Please sign in to comment.