diff --git a/includes/admin/class-wc-admin-help.php b/includes/admin/class-wc-admin-help.php index f7067d4ae07..3b54abf7c55 100644 --- a/includes/admin/class-wc-admin-help.php +++ b/includes/admin/class-wc-admin-help.php @@ -52,11 +52,11 @@ class WC_Admin_Help { 'title' => __( 'Support', 'woocommerce' ), 'content' => - '
' . sprintf( __( 'After %sreading the documentation%s, for further assistance you can use our %scommunity forum%s if you get stuck. For help with premium add-ons from WooThemes, or if you are a WooThemes customer, you can %suse our helpdesk%s.', 'woocommerce' ), '', '', '', '', '', '' ) . '
' . + '' . sprintf( __( 'After %sreading the documentation%s, for further assistance you can use the %sWordPress.org support forum%s. For help with premium add-ons from WooThemes, or if you are a WooThemes customer, you can %suse our helpdesk%s.', 'woocommerce' ), '', '', '', '', '', '' ) . '
' . '' . __( 'Before asking for help we recommend checking the status page to identify any problems with your configuration.', 'woocommerce' ) . '
' . - '' . __( 'System Status', 'woocommerce' ) . ' ' . __( 'WooThemes Community Support', 'woocommerce' ) . ' ' . __( 'WooThemes Customer Support', 'woocommerce' ) . '
' + '' . __( 'System Status', 'woocommerce' ) . ' ' . __( 'WordPress.org Support Forum', 'woocommerce' ) . ' ' . __( 'WooThemes Customer Support', 'woocommerce' ) . '
' ) );