Skip to content

Tweak store info action labels for consistent copy#7946

Open
amcaplan wants to merge 1 commit into
mainfrom
tweak-link-labels
Open

Tweak store info action labels for consistent copy#7946
amcaplan wants to merge 1 commit into
mainfrom
tweak-link-labels

Conversation

@amcaplan

Copy link
Copy Markdown
Contributor

What this does

Renames the last two store info next-step action labels for consistent language:

  • View the storefrontView your store
  • Save your progress on this storeSave your store

(The first action label, "Manage this store in the Shopify admin", is unchanged.)

This follows design feedback in this thread: Kei requested consistent phrasing ("View your store" / "Save your store"), and Nick confirmed "Works for me".

Changes

  • packages/store/src/cli/services/store/info/result.ts — updated the two action labels
  • packages/store/src/cli/services/store/info/result.test.ts — updated expectations
  • .changeset/store-info-data-table.md — updated the example copy to match (the changeset from Render store info details as a data table with link footnotes #7914 is still unreleased)

Testing

All 10 tests in result.test.ts pass.

Rename the storefront/save action labels to "View your store" and "Save your store" for consistent language across next-step actions, per design feedback.

Assisted-By: devx/9e63a702-bf9a-42f3-8cc2-4958c0b8c747
Copilot AI review requested due to automatic review settings June 28, 2026 09:51
@amcaplan amcaplan requested review from a team as code owners June 28, 2026 09:51
@github-actions github-actions Bot added the no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users. label Jun 28, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the wording of store info CLI next-step action labels to be shorter and more consistent, and aligns the related test and changeset text.

Changes:

  • Renamed the storefront action label from “View the storefront” to “View your store”.
  • Renamed the save action label from “Save your progress on this store” to “Save your store”.
  • Updated the changeset example text and adjusted unit tests accordingly.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
packages/store/src/cli/services/store/info/result.ts Updates user-facing action labels for store info output.
packages/store/src/cli/services/store/info/result.test.ts Updates expected labels to match the new action text.
.changeset/store-info-data-table.md Aligns the changeset description example with the new label text.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +38 to +39
pushAction(actions, result.accessUrl, 'View your store')
pushAction(actions, result.saveUrl, 'Save your store')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants