Skip to content

Commit d17fe39

Browse files
authored
experimental: fix typo (#5131)
## Description 1. What is this PR about (link the issue and add a short description) ## Steps for reproduction 1. click button 2. expect xyz ## Code Review - [ ] hi @kof, I need you to do - conceptual review (architecture, feature-correctness) - detailed review (read every line) - test it on preview ## Before requesting a review - [ ] made a self-review - [ ] added inline comments where things may be not obvious (the "why", not "what") ## Before merging - [ ] tested locally and on preview environment (preview dev login: 0000) - [ ] updated [test cases](https://github.com/webstudio-is/webstudio/blob/main/apps/builder/docs/test-cases.md) document - [ ] added tests - [ ] if any new env variables are added, added them to `.env` file
1 parent 23e4318 commit d17fe39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/builder/app/builder/features/settings-panel/props-section/animation/animation-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ export const AnimationSection = ({
397397
<Grid css={{ paddingBottom: theme.panel.paddingBlock }}>
398398
<Grid gap={2} css={{ padding: theme.panel.paddingInline }}>
399399
<Grid gap={2} align="center" css={{ gridTemplateColumns: "1fr auto" }}>
400-
<FieldLabel description="Even if its off, you can preview the animation by selecting the item in the instance.">
400+
<FieldLabel description="Even if its off, you can preview the animation by selecting the item in the navigator.">
401401
Run on canvas
402402
</FieldLabel>
403403
<Tooltip content={value.isPinned ? "Off" : "On"}>

0 commit comments

Comments
 (0)