Fix missing translate key when added new filter url

This commit is contained in:
Hoàng Rio
2019-01-09 17:38:05 +07:00
committed by Ildar Kamalov
parent df94d76a8b
commit 607089cd25
3 changed files with 4 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ class Modal extends Component {
}
return (
<div className="description">
<Trans>Url added successfully</Trans>
<Trans>url_added_successfully</Trans>
</div>
);
};