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) {
|
if (!onClick) {
|
||||||
title = __('View tag');
|
title = __('View tag');
|
||||||
} else {
|
} else {
|
||||||
type === 'add' ? __('Add tag') : __('Remove tag');
|
title = type === 'add' ? __('Add tag') : __('Remove tag');
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Add table
Reference in a new issue