diff --git a/src/components/floor-plan/modal/roofAllocation/ContextRoofAllocationSetting.jsx b/src/components/floor-plan/modal/roofAllocation/ContextRoofAllocationSetting.jsx
index eb76dcb8..37fc53bc 100644
--- a/src/components/floor-plan/modal/roofAllocation/ContextRoofAllocationSetting.jsx
+++ b/src/components/floor-plan/modal/roofAllocation/ContextRoofAllocationSetting.jsx
@@ -205,7 +205,7 @@ export default function ContextRoofAllocationSetting(props) {
)}
-
{getMessage('slope')}
+
{getMessage('modal.object.setting.offset.slope')}
{pitchText}
-
-
-
-
-
-
)
diff --git a/src/components/floor-plan/modal/roofAllocation/RoofAllocationSetting.jsx b/src/components/floor-plan/modal/roofAllocation/RoofAllocationSetting.jsx
index 965f1ec9..7723b9de 100644
--- a/src/components/floor-plan/modal/roofAllocation/RoofAllocationSetting.jsx
+++ b/src/components/floor-plan/modal/roofAllocation/RoofAllocationSetting.jsx
@@ -202,7 +202,7 @@ export default function RoofAllocationSetting(props) {
)}
-
{getMessage('slope')}
+
{getMessage('modal.object.setting.offset.slope')}
{pitchText}
-
*/}
)