{_t(
"Reply to an ongoing thread or use ā%(replyInThread)sā " +
"when hovering over a message to start a new one.",
{
replyInThread: _t("Reply in thread"),
},
)}
{/* Always display that paragraph to prevent layout shift when hiding the button */}
{filterOption === ThreadFilterType.My ? (
) : (
<> >
)}
>
);
} else {
body = (
<>
{_t("Threads help keep your conversations on-topic and easy to track.")}
{_t(
"Tip: Use ā%(replyInThread)sā when hovering over a message.",
{
replyInThread: _t("Reply in thread"),
},
{
b: (sub) => {sub},
},
)}