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

@ -124,6 +124,7 @@
"unblock_btn": "Unblock",
"block_btn": "Block",
"time_table_header": "Time",
"url_added_successfully": "Url added successfully",
"domain_name_table_header": "Domain name",
"type_table_header": "Type",
"response_table_header": "Response",

View File

@ -125,5 +125,6 @@
"found_in_known_domain_db": "T\u00ecm th\u1ea5y trong c\u01a1 s\u1edf d\u1eef li\u1ec7u t\u00ean mi\u1ec1n",
"category_label": "Th\u1ec3 lo\u1ea1i",
"rule_label": "Quy t\u1eafc",
"filter_label": "B\u1ed9 l\u1ecdc"
"filter_label": "B\u1ed9 l\u1ecdc",
"url_added_successfully": "Th\u00eam b\u1ed9 l\u1ecdc th\u00e0nh c\u00f4ng"
}

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>
);
};