{`Live updates are delivered via JMAP push (${pushConnected ? "connected" : "reconnecting…"}).`}
+{t("Live updates are delivered via JMAP push ({state}).", { state: pushConnected ? t("connected") : t("reconnecting…") })}
The tab title and favicon always show your unread Inbox count.
+{t("The tab title and favicon always show your unread Inbox count.")}