diff --git a/mailpoet/views/forms.html b/mailpoet/views/forms.html
index a8fe19ac49..0d63feabe4 100644
--- a/mailpoet/views/forms.html
+++ b/mailpoet/views/forms.html
@@ -46,10 +46,6 @@
'searchLabel': __('Search'),
'loadingItems': __('Loading forms...'),
'noItemsFound': __('No forms were found. Why not create a new one?'),
- 'selectAllLabel': __('All forms on this page are selected.'),
- 'selectedAllLabel': __('All %d forms are selected.'),
- 'selectAllLink': __('Select all forms on all pages'),
- 'clearSelection': __('Clear selection'),
'permanentlyDeleted': __('%d forms permanently deleted.'),
'selectBulkAction': __('Select bulk action'),
'bulkActions': __('Bulk Actions'),
diff --git a/mailpoet/views/segments.html b/mailpoet/views/segments.html
index 9f6070f07c..a656d42ce5 100644
--- a/mailpoet/views/segments.html
+++ b/mailpoet/views/segments.html
@@ -37,10 +37,6 @@
'searchLabel': __('Search'),
'loadingItems': __('Loading lists...'),
'noItemsFound': __('No lists found'),
- 'selectAllLabel': __('All lists on this page are selected.'),
- 'selectedAllLabel': __('All %d lists are selected.'),
- 'selectAllLink': __('Select all lists on all pages'),
- 'clearSelection': __('Clear selection'),
'permanentlyDeleted': __('%d lists were permanently deleted.'),
'selectBulkAction': __('Select bulk action'),
'bulkActions': __('Bulk Actions'),
diff --git a/mailpoet/views/subscribers/subscribers.html b/mailpoet/views/subscribers/subscribers.html
index cfff21629d..ddb6824125 100644
--- a/mailpoet/views/subscribers/subscribers.html
+++ b/mailpoet/views/subscribers/subscribers.html
@@ -28,10 +28,6 @@
'noItemsFound': __('No subscribers were found.'),
'bouncedSubscribersHelp': __("Email addresses that are invalid or don't exist anymore are called \"bounced addresses\". It's a good practice not to send emails to bounced addresses to keep a good reputation with spam filters. Send your emails with MailPoet and we'll automatically ensure to keep a list of bounced addresses without any setup."),
'bouncedSubscribersPremiumButtonText': __('Get premium version!'),
- 'selectAllLabel': __('All subscribers on this page are selected.'),
- 'selectedAllLabel': __('All %d subscribers are selected.'),
- 'selectAllLink': __('Select all subscribers on all pages'),
- 'clearSelection': __('Clear selection'),
'permanentlyDeleted': __('%d subscribers were permanently deleted.'),
'selectBulkAction': __('Select bulk action'),
'bulkActions': __('Bulk Actions'),