Skip to content

Commit 144df89

Browse files
authored
linked time: remove s on highlight closest step title (#5682)
1 parent 8baa253 commit 144df89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorboard/webapp/metrics/views/card_renderer/vis_selected_time_warning_component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export type LinkedTimeWithClipped = LinkedTime & {clipped: boolean};
3030
*ngIf="isClosestStepHighlighted"
3131
data-value="closestStepHighlighted"
3232
svgIcon="info_outline_24px"
33-
title="Data is not found on selected step(s). We highlighted the closest step for you."
33+
title="Data is not found on selected step. We highlighted the closest step for you."
3434
></mat-icon>
3535
`,
3636
styleUrls: ['vis_selected_time_warning_component.css'],

0 commit comments

Comments
 (0)