Skip to content

Commit

Permalink
Update includes/Core/Authentication/Authentication.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tofumatt authored Aug 8, 2022
1 parent c844e5b commit 5c3d7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Core/Authentication/Authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ private function get_reconnect_after_url_mismatch_notice() {
$connected_url = $this->connected_proxy_url->get();
$current_url = $this->context->get_canonical_home_url();
$content = '<p>' . sprintf(
/* translators: 1: Plugin name. 2: Message. 3: Proxy setup URL. 4: Reconnect string. 5: Proxy support link for the url-has-changed help page. 6: Message. */
/* translators: 1: Plugin name. 2: URL change message. 3: Proxy setup URL. 4: Reconnect string. 5: Proxy support link for the url-has-changed help page. 6: Help link message. */
__( '%1$s: %2$s <a href="%3$s">%4$s</a>. <a target="_blank" href="%5$s">%6$s</a>', 'google-site-kit' ),
esc_html__( 'Site Kit by Google', 'google-site-kit' ),
esc_html__( 'Looks like the URL of your site has changed. In order to continue using Site Kit, you’ll need to reconnect, so that your plugin settings are updated with the new URL.', 'google-site-kit' ),
Expand Down

0 comments on commit 5c3d7f9

Please sign in to comment.