We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8baa253 commit 144df89Copy full SHA for 144df89
tensorboard/webapp/metrics/views/card_renderer/vis_selected_time_warning_component.ts
@@ -30,7 +30,7 @@ export type LinkedTimeWithClipped = LinkedTime & {clipped: boolean};
30
*ngIf="isClosestStepHighlighted"
31
data-value="closestStepHighlighted"
32
svgIcon="info_outline_24px"
33
- title="Data is not found on selected step(s). We highlighted the closest step for you."
+ title="Data is not found on selected step. We highlighted the closest step for you."
34
></mat-icon>
35
`,
36
styleUrls: ['vis_selected_time_warning_component.css'],
0 commit comments