Skip to content

Commit b6a8896

Browse files
committed
fix label for "Add public tag"
1 parent d358993 commit b6a8896

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

ui/shared/AccountActionsMenu/items/PublicTagMenuItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const PublicTagMenuItem = ({ className, hash, onBeforeClick, type }: Props) => {
3535
return (
3636
<MenuItem className={ className } onClick={ handleClick }>
3737
<IconSvg name="publictags" boxSize={ 6 } mr={ 2 }/>
38-
<span>Add private tag</span>
38+
<span>Add public tag</span>
3939
</MenuItem>
4040
);
4141
}

0 commit comments

Comments
 (0)