You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -106,7 +106,7 @@ function od_compose_site_health_result( $response ): array {
106
106
'test' => 'optimization_detective_rest_api',
107
107
);
108
108
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' );
110
110
$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>';
0 commit comments