diff --git a/invokeai/frontend/web/src/features/controlLayers/components/SimpleSession/UpscalingLaunchpadPanel.tsx b/invokeai/frontend/web/src/features/controlLayers/components/SimpleSession/UpscalingLaunchpadPanel.tsx index b8c11c0d53..2deb3e449c 100644 --- a/invokeai/frontend/web/src/features/controlLayers/components/SimpleSession/UpscalingLaunchpadPanel.tsx +++ b/invokeai/frontend/web/src/features/controlLayers/components/SimpleSession/UpscalingLaunchpadPanel.tsx @@ -99,7 +99,8 @@ export const UpscalingLaunchpadPanel = memo(() => { {upscaleInitialImage && ( - {t('ui.launchpad.upscaling.readyToUpscale.title')} {t('ui.launchpad.upscaling.readyToUpscale.description')} + {t('ui.launchpad.upscaling.readyToUpscale.title')}{' '} + {t('ui.launchpad.upscaling.readyToUpscale.description')} )}