diff --git a/src/components/views/voip/CallView.tsx b/src/components/views/voip/CallView.tsx index 2a795e4bf1..ea5d3c1e79 100644 --- a/src/components/views/voip/CallView.tsx +++ b/src/components/views/voip/CallView.tsx @@ -246,9 +246,9 @@ export const Lobby: FC = ({ room, joinCallButtonDisabled, joinCallBu kind="primary" disabled={connecting || joinCallButtonDisabled} onClick={onConnectClick} - title={_t("Join")} label={_t("Join")} tooltip={connecting ? _t("Connecting") : joinCallButtonTooltip} + alignment={Alignment.Bottom} /> ; };