Skip to content

Commit

Permalink
feat(nimbus): Add tooltips to new experiment timeline
Browse files Browse the repository at this point in the history
Because
- The new UI is missing the tooltips on the timeline

This commit
- Adds tooltips to the new experiment timeline explaining what each count of days on the timeline means

Fixes #11748
  • Loading branch information
RJAK11 committed Jan 8, 2025
1 parent c1312f4 commit b62f6f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions experimenter/experimenter/nimbus_ui_new/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ class NimbusUIConstants:
"The duration from the initial draft of the experiment to its entry "
"into either the preview or review stage."
),
"Preview": (
"The number of days the experiment remained in the preview phase "
"before it was reviewed."
),
"Preview": ("The number of days the experiment has spent in the preview stage."),
"Review": ("The number of days the experiment has spent in the review stage."),
"Enrollment": (
"The duration from the start to the end of the participant enrollment "
Expand Down

0 comments on commit b62f6f2

Please sign in to comment.