Made text translatable
Text will be translated now
This commit is contained in:
parent
199953448c
commit
37b1caccc2
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue