+ );
+};
+
+export { SubscribersCacheMessage };
diff --git a/assets/js/src/segments/heading.jsx b/assets/js/src/segments/heading.jsx
index 0771f0c429..f81155a240 100644
--- a/assets/js/src/segments/heading.jsx
+++ b/assets/js/src/segments/heading.jsx
@@ -6,6 +6,7 @@ import plusIcon from 'common/button/icon/plus';
import SubscribersInPlan from 'common/subscribers_in_plan';
import SubscribersLimitNotice from 'notices/subscribers_limit_notice';
import InvalidMssKeyNotice from 'notices/invalid_mss_key_notice';
+import { SubscribersCacheMessage } from 'common/subscribers_cache_message';
const ListHeading = () => (
<>
@@ -25,6 +26,8 @@ const ListHeading = () => (
subscribersInPlanLimit={MailPoet.subscribersLimit}
/>
+
+
Any of the following conditions', 'Dynamic segment creation: The user can select join between condition when he has more than one'),
'filterConnectAnd': _x('and', 'Dynamic segment creation: The user can see logical operator between condition when has more than one'),
'filterConnectOr': _x('or', 'Dynamic segment creation: The user can see logical operator between condition when has more than one'),
+
+ 'subscribersCountWereCalculated': __('Lists and Segments subscribers counts were calculated'),
+ 'subscribersMinutesAgo': __('minutes ago'),
+ 'recalculateNow': __('Recalculate now'),
}) %>
<% endblock %>