diff --git a/src/controls/Image/Component/index.js b/src/controls/Image/Component/index.js
index 63732c7ca..3ab618043 100644
--- a/src/controls/Image/Component/index.js
+++ b/src/controls/Image/Component/index.js
@@ -290,7 +290,7 @@ class LayoutComponent extends Component {
value={height}
name="height"
className="rdw-image-modal-size-input"
- placeholder="Height"
+ placeholder={translations["components.controls.image.height"] || "Height"}
/>
*
↔
@@ -300,7 +300,7 @@ class LayoutComponent extends Component {
value={width}
name="width"
className="rdw-image-modal-size-input"
- placeholder="Width"
+ placeholder={translations["components.controls.image.width"] || "Width"}
/>
*