Skip to content

Commit

Permalink
fix: rename section to 'Tags'
Browse files Browse the repository at this point in the history
  • Loading branch information
louisewang1 committed Dec 16, 2021
1 parent d21e040 commit 277527e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/item/sharing/CustomizedTagsEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function CustomizedTagsEdit({ item, edit }) {
return (
<>
<Typography variant="h6" className={classes.title}>
{t('Customized Tags')}
{t('Tags')}
</Typography>
<Typography variant="body1">
{t('Please seperate tags by comma. ')}
Expand Down

0 comments on commit 277527e

Please sign in to comment.