From 21a2e4c55098bb6b4abaa45c1934ab35d1765459 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 2 Jul 2019 00:31:02 -0400 Subject: [PATCH] fix typo --- src/ui/component/tag/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/component/tag/view.jsx b/src/ui/component/tag/view.jsx index 77845330a..f16d52f9b 100644 --- a/src/ui/component/tag/view.jsx +++ b/src/ui/component/tag/view.jsx @@ -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 (