From 1adac6f2d417abf3b63b5c5884099cc5b2736585 Mon Sep 17 00:00:00 2001 From: duckietm Date: Thu, 5 Mar 2026 15:14:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20Small=20text=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wired/views/selectors/WiredActionFurniAreaView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/wired/views/selectors/WiredActionFurniAreaView.tsx b/src/components/wired/views/selectors/WiredActionFurniAreaView.tsx index 1c51178..4bbfc0c 100644 --- a/src/components/wired/views/selectors/WiredActionFurniAreaView.tsx +++ b/src/components/wired/views/selectors/WiredActionFurniAreaView.tsx @@ -99,7 +99,7 @@ export const WiredActionFurniAreaView: FC<{}> = props => { hasArea && - { LocalizeText('wiredfurni.params.area_selection:', [ 'x', 'y', 'w', 'h' ], [ rootX.toString(), rootY.toString(), areaWidth.toString(), areaHeight.toString() ]) } + { LocalizeText('wiredfurni.params.area_selection.selected', [ 'x', 'y', 'w', 'h' ], [ rootX.toString(), rootY.toString(), areaWidth.toString(), areaHeight.toString() ]) } } { hasArea &&