diff --git a/src/content/reference/react-dom/components/index.md b/src/content/reference/react-dom/components/index.md
index ec2e1d2eea..53aa98ee9b 100644
--- a/src/content/reference/react-dom/components/index.md
+++ b/src/content/reference/react-dom/components/index.md
@@ -1,40 +1,39 @@
---
-title: "React DOM Components"
+title: "Компоненты React DOM"
---
-
-React supports all of the browser built-in [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML/Element) and [SVG](https://developer.mozilla.org/en-US/docs/Web/SVG/Element) components.
+React поддерживает все встроенные в браузеры [HTML](https://developer.mozilla.org/ru/docs/Web/HTML/Element) и [SVG](https://developer.mozilla.org/ru/docs/Web/SVG/Element) компоненты.
---
-## Common components {/*common-components*/}
+## Общие компоненты {/*common-components*/}
-All of the built-in browser components support some props and events.
+Все встроенные браузерные компоненты поддерживают некоторые пропсы и события.
-* [Common components (e.g. `