diff --git a/ui/component/tagsSearch/view.jsx b/ui/component/tagsSearch/view.jsx index 3566f5998..c07ea6492 100644 --- a/ui/component/tagsSearch/view.jsx +++ b/ui/component/tagsSearch/view.jsx @@ -165,7 +165,7 @@ export default function TagsSearch(props: Props) { type="text" value={newTag} disabled={disabled} - label={'Add Tags'} + label={__('Add Tags')} />