diff --git a/bootstrap.php b/bootstrap.php index 9c84131a..06acd4d9 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -19,7 +19,7 @@ require __DIR__ . '/vendor/autoload.php'; } else { if ( 'local' === wp_get_environment_type() ) { - wp_die( esc_html( __( 'TESTINGONLY Please install the HostGator Plugin dependencies.', 'wp-plugin-hostgator' ) ) ); + wp_die( esc_html( __( 'Please install the HostGator Plugin dependencies.', 'wp-plugin-hostgator' ) ) ); } return; }