Skip to content

Commit c6e9583

Browse files
committed
wording updates for our woocommerce tab area
1 parent 9dea87a commit c6e9583

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/View/Admin/Field/ImportHistoricalData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ImportHistoricalData {
3333
*/
3434
public function get_form_field() : array {
3535
return [
36-
'title' => esc_html__( 'Import historical customer data', 'cc-woo' ),
36+
'title' => esc_html__( 'Import your contacts', 'cc-woo' ),
3737
'desc' => $this->get_description(),
3838
'type' => 'select',
3939
'id' => self::OPTION_FIELD_NAME,

src/View/Admin/WooTab.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public function register_hooks() {
186186
public function get_sections() {
187187
$sections = [
188188
'' => esc_html__( 'Store Information', 'cc-woo' ),
189-
$this->import_existing_customer_section => esc_html__( 'Importing Existing Customers', 'cc-woo' )
189+
$this->import_existing_customer_section => esc_html__( 'Import your contacts', 'cc-woo' )
190190
];
191191

192192
return apply_filters( 'woocommerce_get_sections_' . $this->id, $sections );
@@ -489,14 +489,14 @@ private function get_store_information_settings() {
489489
private function get_customer_data_settings() {
490490
$settings = [
491491
[
492-
'title' => esc_html__( 'Importing Existing Customers', 'cc-woo' ),
492+
'title' => esc_html__( 'Import your contacts', 'cc-woo' ),
493493
'id' => 'cc_woo_customer_data_settings',
494494
'type' => 'title',
495495
],
496496
[
497497
'title' => '',
498498
'type' => 'title',
499-
'desc' => esc_html__( 'All contacts must agree to receive marketing messages in order to be added to your mailing list. Therefore, when you import contacts, you are agreeing that you have permission to send them marketing messages.', 'cc-woo' ),
499+
'desc' => esc_html__( "Start marketing to your customers right away by importing all your contacts now.\n\nDo you want to import your current contacts? By selecting yes below, you agree you have permission to market to your current contacts.", 'cc-woo' ),
500500
]
501501
];
502502

0 commit comments

Comments
 (0)