mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
🆙 Small text fix
This commit is contained in:
@@ -99,7 +99,7 @@ export const WiredActionFurniAreaView: FC<{}> = props =>
|
||||
|
||||
{ hasArea &&
|
||||
<Text small>
|
||||
{ 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() ]) }
|
||||
</Text> }
|
||||
|
||||
{ hasArea &&
|
||||
|
||||
Reference in New Issue
Block a user