fix typo
This commit is contained in:
parent
ce85c972b6
commit
21a2e4c550
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export default function Tag(props: Props) {
|
|||
if (!onClick) {
|
||||
title = __('View tag');
|
||||
} else {
|
||||
type === 'add' ? __('Add tag') : __('Remove tag');
|
||||
title = type === 'add' ? __('Add tag') : __('Remove tag');
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue