- When you encounter an error, you'll receive a link to this page for that - specific error and we'll show you the full error text. + Khi bạn gặp lỗi, bạn sẽ nhận được một link đến trang này để hiện thị + cho bạn toàn bộ nội dung lỗi.
); } diff --git a/src/components/LayoutHeader/DocSearch.js b/src/components/LayoutHeader/DocSearch.js index 8e0877c63..500fffaae 100644 --- a/src/components/LayoutHeader/DocSearch.js +++ b/src/components/LayoutHeader/DocSearch.js @@ -27,7 +27,7 @@ class DocSearch extends Component<{}, State> { inputSelector: '#algolia-doc-search', }); } else { - console.warn('Search has failed to load and now is being disabled'); + console.warn('Không tải được Trình tìm kiếm lúc này nên tạm thời sẽ tắt nó.'); this.setState({enabled: false}); } }