~Final~ Discovery fixes/cleanup #2599

Merged
neb-b merged 16 commits from discovery-fixes into master 2019-07-05 20:03:12 +02:00
Showing only changes of commit 21a2e4c550 - Show all commits

View file

@ -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 (