From 0815a3537baeec97500d3b6b19d9e8ae62245d45 Mon Sep 17 00:00:00 2001 From: Bill Date: Tue, 22 Jun 2021 22:28:28 -0400 Subject: [PATCH] Update infostands --- .../views/furni/InfoStandWidgetFurniView.tsx | 16 ++++++++-------- .../InfoStandWidgetRentableBotView.tsx | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/room/widgets/infostand/views/furni/InfoStandWidgetFurniView.tsx b/src/views/room/widgets/infostand/views/furni/InfoStandWidgetFurniView.tsx index 7c23f4b3..3afb383c 100644 --- a/src/views/room/widgets/infostand/views/furni/InfoStandWidgetFurniView.tsx +++ b/src/views/room/widgets/infostand/views/furni/InfoStandWidgetFurniView.tsx @@ -233,13 +233,13 @@ export const InfoStandWidgetFurniView: FC = props { canMove && } + { LocalizeText('infostand.button.move') } + } { canRotate && } + { LocalizeText('infostand.button.rotate') } + } { canUse && } { (pickupMode !== PICKUP_MODE_NONE) && } + + { LocalizeText((pickupMode === PICKUP_MODE_EJECT) ? 'infostand.button.eject' : 'infostand.button.pickup') } + } { ((furniSettingsKeys.length > 0 && furniSettingsValues.length > 0) && (furniSettingsKeys.length === furniSettingsValues.length)) && - } diff --git a/src/views/room/widgets/infostand/views/rentable-bot/InfoStandWidgetRentableBotView.tsx b/src/views/room/widgets/infostand/views/rentable-bot/InfoStandWidgetRentableBotView.tsx index 9e10e706..fab1eaaa 100644 --- a/src/views/room/widgets/infostand/views/rentable-bot/InfoStandWidgetRentableBotView.tsx +++ b/src/views/room/widgets/infostand/views/rentable-bot/InfoStandWidgetRentableBotView.tsx @@ -66,7 +66,7 @@ export const InfoStandWidgetRentableBotView: FC }