Skip to content

Commit

Permalink
fix typo in tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Oct 1, 2024
1 parent c25872d commit 2c0b883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PlaybackControls/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const PlayBackControls = ({
{displayType === PlaybackControlsDisplay.BottomOnly && (
<div className={styles.buttonContainer}>
<ViewportButton
tooltipText="PlaybackHome view (H)"
tooltipText="Home view (H)"
tooltipPlacement="left"
icon={getIconGlyphClasses(IconGlyphs.Reset)}
clickHandler={resetCamera}
Expand Down

0 comments on commit 2c0b883

Please sign in to comment.