From b6a9afe00273c274e5938195e46fa06f3f841d2f Mon Sep 17 00:00:00 2001 From: Nikhil Pachange Date: Fri, 28 Feb 2025 20:20:01 +0530 Subject: [PATCH 1/3] Update complete-screen.php --- templates/admin/complete-screen.php | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/templates/admin/complete-screen.php b/templates/admin/complete-screen.php index ce0a3432..92d3a04e 100644 --- a/templates/admin/complete-screen.php +++ b/templates/admin/complete-screen.php @@ -1,10 +1,9 @@ -
- <?php esc_attr_e( 'BigCommerce', 'bigcommerce' ); ?> +
+ <?php esc_attr_e( 'Open Source Plugin', 'opensource' ); ?>
- -
- -
-
-

+ +
+ +
+
+

From 2f5f7c15321c4bb292bb8a6923b0eda9190569ff Mon Sep 17 00:00:00 2001 From: Nikhil Pachange Date: Fri, 28 Feb 2025 20:21:27 +0530 Subject: [PATCH 2/3] Update next-steps.php --- templates/admin/next-steps.php | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/templates/admin/next-steps.php b/templates/admin/next-steps.php index 3babfaae..1e0c4f47 100644 --- a/templates/admin/next-steps.php +++ b/templates/admin/next-steps.php @@ -1,43 +1,42 @@

%s

', - $new_account ? __( 'Authenticate and Confirm your BigCommerce Account', 'bigcommerce' ) : __( 'Next Steps', 'bigcommerce' ), - $new_account ? __( 'Check your email for a link to confirm your account.', 'bigcommerce' ) : __( 'Complete the steps below to optimize your BigCommerce for WordPress experience.', 'bigcommerce' ) +printf( '

%s

', + $new_account ? __( 'Authenticate and Confirm your Open Source Account', 'opensource' ) : __( 'Next Steps', 'opensource' ), + $new_account ? __( 'Check your email for a link to confirm your account.', 'opensource' ) : __( 'Complete the steps below to optimize your Open Source Plugin experience.', 'opensource' ) ); if ( ! empty( $required ) ) { - printf( '

%s

', esc_html( __( 'Required Steps', 'bigcommerce' ) ) ); + printf( '

%s

', esc_html( __( 'Required Steps', 'opensource' ) ) ); foreach ( $required as $key => $step ) { - printf( '
', sanitize_html_class( 'bc-next-step--' . $key ) ); - printf( '
' ); - printf( ' %s', sanitize_html_class( 'icon-bc-' . $step['icon'] ), esc_html( __( 'Incomplete', 'bigcommerce' ) ) ); + printf( '
', sanitize_html_class( 'next-step--' . $key ) ); + printf( '
' ); + printf( ' %s', sanitize_html_class( 'icon-' . $step['icon'] ), esc_html( __( 'Incomplete', 'opensource' ) ) ); printf( '
' ); - printf( '

%s

', esc_html( $step['heading'] ) ); + printf( '

%s

', esc_html( $step['heading'] ) ); if ( ! empty( $step['url'] ) && ! empty( $step['label'] ) ) { - printf( '%s', esc_url( $step['url'] ), esc_html( $step['label'] ) ); + printf( '%s', esc_url( $step['url'] ), esc_html( $step['label'] ) ); } echo '
'; } } - if ( ! empty( $optional ) ) { - printf( '

%s

', esc_html( __( 'Optional Steps', 'bigcommerce' ) ) ); + printf( '

%s

', esc_html( __( 'Optional Steps', 'opensource' ) ) ); foreach ( $optional as $key => $step ) { - printf( '
', sanitize_html_class( 'bc-next-step--' . $key ) ); - printf( '
' ); - printf( ' %s', sanitize_html_class( 'icon-bc-' . $step['icon'] ), esc_html( __( 'Incomplete', 'bigcommerce' ) ) ); + printf( '
', sanitize_html_class( 'next-step--' . $key ) ); + printf( '
' ); + printf( ' %s', sanitize_html_class( 'icon-' . $step['icon'] ), esc_html( __( 'Incomplete', 'opensource' ) ) ); printf( '
' ); - printf( '

%s

', esc_html( $step['heading'] ) ); + printf( '

%s

', esc_html( $step['heading'] ) ); if ( ! empty( $step['url'] ) && ! empty( $step['label'] ) ) { - printf( '%s', esc_url( $step['url'] ), esc_html( $step['label'] ) ); + printf( '%s', esc_url( $step['url'] ), esc_html( $step['label'] ) ); } echo '
'; } From 0de61374084d4750dda8772befd1aeba56c040ec Mon Sep 17 00:00:00 2001 From: Nikhil Pachange Date: Fri, 28 Feb 2025 20:22:43 +0530 Subject: [PATCH 3/3] Update resources-screen.php --- templates/admin/resources-screen.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/admin/resources-screen.php b/templates/admin/resources-screen.php index 5c16bbbf..0d8c0f8d 100644 --- a/templates/admin/resources-screen.php +++ b/templates/admin/resources-screen.php @@ -9,22 +9,22 @@ */ ?> -
- -
+
+ +
-
-

+
+

-
-
-
    +
    +
    +
-
+