Commit b6a8896d authored by tom's avatar tom

fix label for "Add public tag"

parent d3589939
...@@ -35,7 +35,7 @@ const PublicTagMenuItem = ({ className, hash, onBeforeClick, type }: Props) => { ...@@ -35,7 +35,7 @@ const PublicTagMenuItem = ({ className, hash, onBeforeClick, type }: Props) => {
return ( return (
<MenuItem className={ className } onClick={ handleClick }> <MenuItem className={ className } onClick={ handleClick }>
<IconSvg name="publictags" boxSize={ 6 } mr={ 2 }/> <IconSvg name="publictags" boxSize={ 6 } mr={ 2 }/>
<span>Add private tag</span> <span>Add public tag</span>
</MenuItem> </MenuItem>
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment