Skip to content

Commit

Permalink
Update editor/inspector/assets/fbx/model.js
Browse files Browse the repository at this point in the history
Co-authored-by: Leslie Leigh (李的序) <[email protected]>
  • Loading branch information
AFeiYA and shrinktofit authored Sep 14, 2023
1 parent 7aa3df1 commit ff7f2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/inspector/assets/fbx/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { updateElementReadonly, updateElementInvalid, getPropValue, setPropValue
exports.template = /* html */`
<div class="container">
<ui-prop>
<ui-label slot="label" value="i18n:ENGINE.assets.scaleFactor.name" tooltip="i18n:ENGINE.assets.scaleFactor.title"></ui-label>
<ui-label slot="label" value="i18n:ENGINE.assets.scaleFactor.name" tooltip="i18n:ENGINE.assets.scaleFactor.tooltip"></ui-label>
<ui-slider slot="content" class="scaleFactor-slider" min="0.01" max="100" step="1"></ui-slider>
</ui-prop>
Expand Down

0 comments on commit ff7f2ef

Please sign in to comment.