Skip to content

Commit

Permalink
fix tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
cxnt authored Aug 10, 2022
1 parent 835f730 commit c36fb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<el-radio label="only_json">only json annotations</el-radio>
</el-radio-group>
</sly-field>
<sly-fiels title="Image extension"
<sly-field title="Image extension"
description="For example, image 'abc.jpg' has jpg extension but the actual image data is in PNG format.
Such cases will be resolved and image will be exported as 'abc.jpg.png'">
<el-checkbox v-model="state.fixExtension">fix image extension based on image MIME type</el-checkbox>
Expand Down

0 comments on commit c36fb87

Please sign in to comment.