Skip to content
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

change "expert" to "support" in page route and title #29459

Merged
merged 2 commits into from
Dec 18, 2018

Conversation

travisw
Copy link
Contributor

@travisw travisw commented Dec 14, 2018

We're going to keep the user-facing product name fairly generic as "Support Session". This makes those changes to the route and title of the upsell page.

This pages isn't used yet and so this shouldn't cause any issues.

More info: p9jf6J-16C-p2

Changes proposed in this Pull Request

  • Change page route from add-expert-session to add-support-session
  • Change page title from Expert Session to Support Session
  • Translate page title

Testing instructions

  • Visit the page http://calypso.localhost:3000/checkout/<SITE>/add-support-session
  • Make sure the page loads and the title is correct.

screen shot 2018-12-14 at 12 24 54 pm

@matticbot
Copy link
Contributor

@travisw travisw self-assigned this Dec 14, 2018
@travisw travisw added [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. [Status] String Freeze Add the [Status] String Freeze label to your PR to ensure new strings are translated before merging labels Dec 14, 2018
@travisw travisw requested a review from a team December 14, 2018 20:33
@travisw travisw added the [Feature] Checkout The checkout screen and process for purchases made on WordPress.com. label Dec 14, 2018
Copy link
Member

@michaeldcain michaeldcain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor suggestion, but otherwise LGTM.

const { selectedSiteId, isLoading, hasProductsList, hasSitePlans } = this.props;
const title = 'Checkout ‹ Expert Session';
const { selectedSiteId, isLoading, hasProductsList, hasSitePlans, translate } = this.props;
const title = translate( 'Checkout ‹ Support Session' );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not required, but might be nice to add a comment for the translators here, since "Checkout" is a hyphen away from being a noun or a verb and the use-case is a little ambiguous without the code/PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks - I added a comment

@travisw travisw merged commit 8343349 into master Dec 18, 2018
@travisw travisw deleted the update/concierge-checkout-page-route-and-title branch December 18, 2018 00:12
@matticbot matticbot removed [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. [Status] String Freeze Add the [Status] String Freeze label to your PR to ensure new strings are translated before merging labels Dec 18, 2018
blowery added a commit that referenced this pull request Dec 18, 2018
…sh-2019

* origin/master:
  change "expert" to "support" in page route and title (#29459)
  Add note to concierge upsell page about sessions only being offered in English. (#29461)
  Jetpack Blocks: Fix webpack warnings due to dynamic import (#29509)
  Gutenberg: Reset core resolvers on site change (#29445)
  Signup: Remove Masterbar from Signup (#28886)
  Fix missing bumpStat call (#29504)
  Gutenberg Jetpack Preset: Generate imports dynamically from index.json (#29435)
  Fix the clean:public script to do a better job cleaning public/ folder (#29354)
  Tiled gallery: Add alignWide support (#29493)
  Tiled Gallery: Add noResize to block save (#29496)
  Show G Suite user fields by default (#29458)
  ColorThemes: Add GA and bumpStat events for scheme picking (#29413)
  Remove legacy mock for extensions reducer (#29397)
  Antispam promo card: tweak copy to make it clearer (#29440)
  prevent 0 as street number for ebanx checkouts (#29487)
  Gutenberg: Update Related Posts to use the posts endpoint (#29439)
  remove override on payment methods name in India (#29406)
  Add a space to separate "the" from the holiday name placeholder. (#29479)
  Revert "Migrate my-sites/sharing to webpack css pipeline (#28607)" (#29463)
  Gutenpack Subscription Block (Take two) (#28887)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Checkout The checkout screen and process for purchases made on WordPress.com.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants