Skip to content

Commit 14e9471

Browse files
Use definite article instead of possessive
Co-authored-by: Felix Arntz <[email protected]>
1 parent 02953c7 commit 14e9471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/optimization-detective/site-health.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function od_compose_site_health_result( $response ): array {
9595
) . '</p>';
9696

9797
$result = array(
98-
'label' => __( 'Optimization Detective\'s REST API endpoint is available', 'optimization-detective' ),
98+
'label' => __( 'The Optimization Detective REST API endpoint is available', 'optimization-detective' ),
9999
'status' => 'good',
100100
'badge' => array(
101101
'label' => __( 'Optimization Detective', 'optimization-detective' ),
@@ -106,7 +106,7 @@ function od_compose_site_health_result( $response ): array {
106106
'test' => 'optimization_detective_rest_api',
107107
);
108108

109-
$error_label = __( 'Optimization Detective\'s REST API endpoint is unavailable', 'optimization-detective' );
109+
$error_label = __( 'The Optimization Detective REST API endpoint is unavailable', 'optimization-detective' );
110110
$error_description_html = '<p>' . esc_html__( 'You may have a plugin active or server configuration which restricts access to logged-in users. Unauthenticated access must be restored in order for Optimization Detective to work.', 'optimization-detective' ) . '</p>';
111111

112112
if ( is_wp_error( $response ) ) {

0 commit comments

Comments
 (0)