Skip to content

Commit 47bd979

Browse files
committed
fix(typo): animation delay
1 parent af361ca commit 47bd979

File tree

1 file changed

+1
-1
lines changed
  • front-end/h5/src/components/core/editor/edit-panel

1 file changed

+1
-1
lines changed

front-end/h5/src/components/core/editor/edit-panel/animation.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export default {
141141
/>
142142
</a-form-item>
143143
</a-form-item>
144-
<a-form-item label={this.$t('editor.editPanel.animation.type')} labelCol={{ span: 5 }} wrapperCol={{ span: 16, offset: 2 }} style="margin-bottom:0;">
144+
<a-form-item label={this.$t('editor.editPanel.animation.delay')} labelCol={{ span: 5 }} wrapperCol={{ span: 16, offset: 2 }} style="margin-bottom:0;">
145145
<a-form-item style={{ display: 'inline-block', width: 'calc(50% - 12px)' }}>
146146
<a-slider
147147
defaultValue={2}

0 commit comments

Comments
 (0)