Skip to content

Commit

Permalink
fix: fixed _lang:create
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidZORO committed Jun 24, 2020
1 parent 5249f2a commit f3da7d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default (props: IPage) => {
loading={submitLoading}
onClick={onCreateItem}
>
{t('_lang:update')}
{t('_lang:create')}
</Button>
</SubmitBar>
</PageCard>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default (props: IPage) => {
loading={submitLoading}
onClick={onCreateItem}
>
{t('_lang:update')}
{t('_lang:create')}
</Button>
</SubmitBar>
</PageCard>
Expand Down

0 comments on commit f3da7d9

Please sign in to comment.