Skip to content

Commit d9b3b1e

Browse files
SSO: Lighten heading column tooltip (#35948)
1 parent 83edb90 commit d9b3b1e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: other
3+
4+
Changed SSO heading tooltip

projects/plugins/jetpack/modules/sso/class.jetpack-sso-user-admin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ public function send_wpcom_mail_user_invite( $errors, $update, $user ) {
552552
public function jetpack_user_connected_th( $columns ) {
553553
$columns['user_jetpack'] = sprintf(
554554
'<span title="%1$s">%2$s [?]</span>',
555-
esc_attr__( 'Jetpack SSO is required for a seamless and secure experience on WordPress.com. Join millions of WordPress users who trust us to keep their accounts safe.', 'jetpack' ),
555+
esc_attr__( 'Jetpack SSO allows a seamless and secure experience on WordPress.com. Join millions of WordPress users who trust us to keep their accounts safe.', 'jetpack' ),
556556
esc_html__( 'SSO Status', 'jetpack' )
557557
);
558558
return $columns;

0 commit comments

Comments
 (0)