From 37b1caccc2f61eff0682b58a26f5a25c622c3a58 Mon Sep 17 00:00:00 2001 From: TigerxWood Date: Thu, 28 May 2020 23:48:48 +0300 Subject: [PATCH] Made text translatable Text will be translated now --- ui/component/tagsSearch/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')} />