Tweak store info action labels for consistent copy#7946
Open
amcaplan wants to merge 1 commit into
Open
Conversation
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 stopped reviewing on behalf of
amcaplan due to an error
June 28, 2026 09:52
Contributor
There was a problem hiding this comment.
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') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this does
Renames the last two
store infonext-step action labels for consistent language:View the storefront→ View your storeSave your progress on this store→ Save 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 labelspackages/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.tspass.