Skip to content

Commit d9e4328

Browse files
remove unused client-side i18n strings
1 parent 5ad9b5d commit d9e4328

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

includes/admin/class-admin.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,6 @@ public function enqueue_assets()
297297
'i18n' => [
298298
'invalid_api_key' => __('The given value does not look like a valid Mailchimp API key.', 'mailchimp-for-wp'),
299299
'pro_only' => __('This is a premium feature. Please upgrade to Mailchimp for WordPress Premium to be able to use it.', 'mailchimp-for-wp'),
300-
'renew_mailchimp_lists' => __('Renew Mailchimp audiences', 'mailchimp-for-wp'),
301-
'fetching_mailchimp_lists' => __('Fetching Mailchimp audiences', 'mailchimp-for-wp'),
302-
'fetching_mailchimp_lists_done' => __('Done! Mailchimp audiences renewed.', 'mailchimp-for-wp'),
303-
'fetching_mailchimp_lists_error' => __('Failed to renew your audiences. An error occured.', 'mailchimp-for-wp'),
304300
],
305301
]
306302
);

0 commit comments

Comments
 (0)