Skip to content

Commit

Permalink
revert text change
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed May 17, 2024
1 parent 9ce25ab commit 6cfd750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 6cfd750

Please sign in to comment.