Skip to content

Commit a9d26d1

Browse files
committed
new messaging next to our connect button
1 parent 99e61b5 commit a9d26d1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/View/Admin/WooTab.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,16 @@ public function add_cc_connection_button() {
560560
<button class="button button-primary" type="submit" name="cc_woo_action" value="<?php echo esc_attr( $value ); ?>">
561561
<?php echo esc_html( $message ); ?>
562562
</button>
563+
<span style="line-height:28px; margin-left:25px;">
564+
<?php
565+
printf(
566+
/* translators: the placeholders hold opening and closing `<a>` tags. */
567+
esc_html__( 'If you have any issues connecting please call %1$sConstant Contact Support%2$s', 'cc-woo' ),
568+
'<a href="https://community.constantcontact.com/contact-support">',
569+
'</a>'
570+
);
571+
?>
572+
</span>
563573
</div>
564574
<?php
565575
}

0 commit comments

Comments
 (0)