-
Notifications
You must be signed in to change notification settings - Fork 812
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
Memberships: Rename to "Recurring Payments" #12488
Conversation
This is an automated check which relies on |
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.
Looks good to me! 👍
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.
This seems to work. Is the Calypso page change coming in wp-calypso as well, I suppose?
I'm not super clear on the naming, and what actually sounds better / is correct English:
Recurring Payment plans
orRecurring Payments plans
Recurring Payments plan
orRecurring Payments plan
Also, should we capitalize everything, only Recurring Plans, or only Recurring?
Could we get Editorial's review on this maybe?
notices={ notices } | ||
> | ||
<div className="components-placeholder__instructions wp-block-jetpack-membership-button"> | ||
{ __( "You'll need to upgrade your plan to use the Membership Button.", 'jetpack' ) } | ||
{ __( | ||
"You'll need to upgrade your plan to use the Recurring Payment Button.", |
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.
Should it be payments?
"You'll need to upgrade your plan to use the Recurring Payment Button.", | |
"You'll need to upgrade your plan to use the Recurring Payments Button.", |
Same for the other instances below.
Hi @artpi, thanks for the ping! "Recurring Payments" is clear as is. This is likely outside the scope of this PR, though in attempting to view this as a user making a decision on which to choose when offered both options side-by-side, "Simple Payments" gives me pause -- it's not immediately clear what "Simple" refers to. (Is it payments processed by Simple? Does Simple mean quick and easy to implement?) Is there any chance we can add micro-copy or an alt-description / tooltip to the block? If so, we could have:
Thanks again for the ping! |
Chatted with @kristastevens and we are gonna:
I will implement this in a bit |
I updated the copy according to the above |
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.
This works for me. Merge when ready. I'll make sure the changes make it into Jetpack 7.4.
All those changes mean that you'll need to push those changes to WordPress.com manually though. Fusion won't pick up on all the file name changes. :(
Noting that I'm still redirected to https://en.support.wordpress.com/memberships/#stripe-account-connected upon connecting a site to Stripe.
Thank you so much! 🦄 |
This renames the membership block to recurring payments button. Associated filename changes go with this. * Change copy of Memberships to Recurring Payments * few fixes * Change block id to recurring-payment-button * Rename dir * Block id change * Reorder * Settle on one capitalization
Cherry-picked to |
Based on feedback from multiple sources, we've decided to change the name from Memberships to "Recurring Payments".
This PR accomplishes that in regards to the block.
Screenshots
Changes
No functional changes, except naming.
Testing instructions
Same as #9802