-
Notifications
You must be signed in to change notification settings - Fork 843
Connection Modal: Update text to clarify when tracking begins. #9053
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Since some tracking begins upon any attempted connection, we need to clarify the statement provided alongside our connection (“Set Up Jetpack”) button so that it is apparent to folks connecting to WordPress.com.
| <p className="jp-banner__tos-blurb"> | ||
| { __( | ||
| 'By connecting your site you agree to our fascinating {{tosLink}}Terms of Service{{/tosLink}} and to {{shareDetailsLink}}share details{{/shareDetailsLink}} with WordPress.com', | ||
| 'By clicking on the button below, you agree to our fascinating {{tosLink}}Terms of Service{{/tosLink}} and to {{shareDetailsLink}}share details{{/shareDetailsLink}} with WordPress.com.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the interests of brevity, I'd remove "on" and just say "By clicking the button..."
|
Your penchant for brevity accepted, @beaulebens. Updated. |
zinigor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merged conflicts, LGTM now!
dereksmart
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pushed a change to the connection banner as suggestion by @eliorivero LGTM
|
@dereksmart in that banner you updated, there are two buttons, not just one. The text then sounds a little bit more vague in this situation Do you think it's ok like that or there should be a more specific text here ? |
|
@oskosk good point, I reverted the change to the banner for more consideration. Let's get this one in as-is, as the title of it specifically intends to only change the modal connection view. cc @eliorivero |
|
Alright @dereksmart . Moved this one to Milestone 6.0. Will merge when tests finish |
* Changelog 6.0: create base for changelog. * Add #8938 to changelog * Add #8962 to changelog * Add #8974 to changelog * Add #8975 to changelog * Add #8978 to changelog * Add #8867 to changelog * Add #8937 to changelog * Add #8961 to changelog * Add #8855 to changelog * Add #8944 to changelog * Add #8973 to changelog * Add #8977 to changelog * Add #8979 to changelog * Add #8980 to changelog * Add #8982 to changelog * Add #8983 to changelog * Add #8984 to changelog * Add #8986 to changelog * Add #9005 to changelog * Add #9010 to changelog * Add #9012 to changelog * Add #9021 to changelog * Add #9022 to changelog * Add #9056 to changelog * Add #9061 to changelog * Add #9079 to changelog * Add #9080 to changelog * Add #9088 to changelog * Add #9096 to changelog * Add #9097 to changelog * Add #9100 to changelog * Add #9107 to changelog * Add #8969 to changelog * Add #8993 to changelog * Add #9003 to changelog * Add #9031 to changelog * Add #8945 to changelog * Add #9052 to changelog * Add #9058 to changelog * Add #9066 to changelog * Add #9076 to changelog * Add #9053 to changelog * Add #9108 to changelog * Add #9135 to changelog * Add #9148 to changelog * Add #9125 to changelog * Add #9137 to changelog * Added testing instructions for 6.0. * Added IS testing instructions, huge props to @tiagonoronha. * Added #8498 to changelog. * Added #8954 to changelog. * Added #8985 to changelog. * add #9027 * add #9112 to changelog * add #9136 to changelog * add #9102 to changelog * add #9093 to changelog * add #9062 to changelog * add #9172 to changelog

Since some tracking begins upon any attempted connection, we need to
clarify the statement provided alongside our connection (“Set Up
Jetpack”) button so that it is apparent to folks connecting to
WordPress.com.
Changelog entry
Make it clear when tracking begins in the connetion dialog.