* client: change the result message after adding a filter

Closes #948
This commit is contained in:
Ildar Kamalov
2019-08-22 16:19:30 +03:00
parent 6b2496d050
commit 9087df5dcd
2 changed files with 3 additions and 3 deletions

View File

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