+ );
+}
+
+NewSubscribersStatus.propTypes = {
+ newSubscribersStatus: PropTypes.string.isRequired,
+ setNewSubscribersStatus: PropTypes.func.isRequired,
+};
+
+export default NewSubscribersStatus;
diff --git a/views/subscribers/importExport/import.html b/views/subscribers/importExport/import.html
index ca3738c0ea..7c3bfedd05 100644
--- a/views/subscribers/importExport/import.html
+++ b/views/subscribers/importExport/import.html
@@ -133,5 +133,11 @@
'offerClearoutText3': __('We recommend cleaning your list with Clearout because the first 500 emails are free, it’s fast and it detects up to 50% of invalid addresses. It’s our support team’s favorite.'),
'tryClearout': _x('Try clearout.io for free', 'CTA button label'),
'clearoutGotIt': _x('Got it, I’ll proceed to import', 'Text in a link'),
+'subscribed': __('Subscribed'),
+'unsubscribed': __('Unsubscribed'),
+'inactive': __('Inactive'),
+'dontUpdate': __('Don\’t update'),
+'newSubscribersStatus': __('Set new subscribers\' status to'),
+'existingSubscribersStatus': __('Update existing subscribers\' status to'),
}) %>
<% endblock %>