Merge: copy. Fixes #1083

This commit is contained in:
Enrico Ros
2026-04-24 15:48:56 -07:00
parent 65c841e7a7
commit 0df6c7d08b
+2 -1
View File
@@ -149,7 +149,8 @@ export function BeamFusionGrid(props: {
</Box> : (
<Typography level='body-sm' sx={{ opacity: 0.8 }}>
{/*You need two or more replies for a {currentFactory?.shortLabel?.toLocaleLowerCase() ?? ''} merge.*/}
Waiting for multiple responses.
{/*Waiting for multiple responses.*/}
Merge needs 2+ replies. Beam some first.
</Typography>
)}
</BeamCard>