Skip to content

Commit

Permalink
update label btn (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotmessi authored Apr 28, 2022
1 parent 0e35a8a commit 91ec4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ymir/web/src/pages/task/label/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function Label({ datasets, keywords, ...func }) {
<Space size={20}>
<Form.Item name='submitBtn' noStyle>
<Button type="primary" size="large" htmlType="submit">
{t('task.create')}
{t('common.action.label')}
</Button>
</Form.Item>
<Form.Item name='backBtn' noStyle>
Expand Down

0 comments on commit 91ec4ad

Please sign in to comment.