diff --git a/src/integrations/third-party/wordproof-integration-toggle.php b/src/integrations/third-party/wordproof-integration-toggle.php index 327ef626019..bc36ceac162 100644 --- a/src/integrations/third-party/wordproof-integration-toggle.php +++ b/src/integrations/third-party/wordproof-integration-toggle.php @@ -149,7 +149,7 @@ public function after_network_integration_toggle( $integration ) { echo '
' . sprintf( /* translators: %s expands to WordProof */ esc_html__( 'Currently, the %s integration is not available for multisites.', 'wordpress-seo' ), - 'WordProof' + 'WordProof' ) . '
'; } }