{_t('You have no visible notifications.')}
@@ -47,6 +41,7 @@ class NotificationPanel extends React.Component { let content; const timelineSet = MatrixClientPeg.get().getNotifTimelineSet(); if (timelineSet) { + // wrap a TimelinePanel with the jump-to-event bits turned off. content = (+ { _t("Try different words or check for typos. " + + "Some results may not be visible as they're private and you need an invite to join them.") } +
+ { createNewButton } + >; } else { - scrollpanel_content ={ _t("Confirm your identity by entering your account password below.") }
-