Skip to content

Commit

Permalink
fix label for "Add public tag"
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Feb 16, 2024
1 parent d358993 commit b6a8896
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ui/shared/AccountActionsMenu/items/PublicTagMenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const PublicTagMenuItem = ({ className, hash, onBeforeClick, type }: Props) => {
return (
<MenuItem className={ className } onClick={ handleClick }>
<IconSvg name="publictags" boxSize={ 6 } mr={ 2 }/>
<span>Add private tag</span>
<span>Add public tag</span>
</MenuItem>
);
}
Expand Down

0 comments on commit b6a8896

Please sign in to comment.