Made text translatable

Text will be translated now
This commit is contained in:
TigerxWood 2020-05-28 23:48:48 +03:00 committed by Sean Yesmunt
parent 199953448c
commit 37b1caccc2

View file

@ -165,7 +165,7 @@ export default function TagsSearch(props: Props) {
type="text" type="text"
value={newTag} value={newTag}
disabled={disabled} disabled={disabled}
label={'Add Tags'} label={__('Add Tags')}
/> />
<section> <section>
<label>{newTag.length ? __('Matching') : __('Known Tags')}</label> <label>{newTag.length ? __('Matching') : __('Known Tags')}</label>