diff --git a/web/modals/threads/confirm-leave-thread-modal.react.js b/web/modals/threads/confirm-leave-thread-modal.react.js --- a/web/modals/threads/confirm-leave-thread-modal.react.js +++ b/web/modals/threads/confirm-leave-thread-modal.react.js @@ -14,23 +14,18 @@ +onConfirm: () => void, }; function ConfirmLeaveThreadModal(props: Props): React.Node { - const { - threadInfo: { uiName }, - onClose, - onConfirm, - } = props; + const { onClose, onConfirm } = props; return ( - +

- {'Are you sure you want to leave "'} - {uiName} - {'"?'} + Are you sure you want to leave thread? This and this will happen if + you do so.