-
Notifications
You must be signed in to change notification settings - Fork 247
Up Update CLI option for serverless app home. #7338
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -36,7 +36,7 @@ export function buildNoneTemplate(): Template { | |
| ? 'https://github.com/Shopify/shopify-app-template-extension-only' | ||
| : 'https://github.com/Shopify/shopify-app-template-none', | ||
| label: hostedAppsEnabled | ||
| ? 'Build an extension-only app (Shopify-hosted Preact app home and extensions, no back-end)' | ||
| ? 'Build an extension-only app (Serverless app home and extensions. No back-end)' | ||
| : 'Build an extension-only app', | ||
|
Comment on lines
38
to
40
|
||
| visible: true, | ||
| } | ||
|
|
||
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.
The hosted-app label uses two sentences inside the parenthesis (period after "extensions") and capitalizes "No", which is inconsistent with the other template labels that use a single parenthetical phrase (e.g., "(recommended)") and tends to read awkwardly in a select list. Consider using a single phrase with comma/semicolon and consistent casing (e.g., "... (Serverless app home and extensions, no back end)"), and keep terminology consistent ("backend" vs "back-end").