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 shops to shop's as it needs an apostrophe #2138

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

damiencarbery
Copy link
Contributor

"shops appearance" - possessive so should be "shop's appearance". Or drop the s: "shop appearance" and avoid any questions about apostrophes.

"shops appearance" - possessive so should be "shop's appearance".
Or drop the s: "shop appearance" and avoid any questions about apostrophes.
Copy link
Contributor

@Aljullu Aljullu left a comment

Choose a reason for hiding this comment

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

Thanks for opening this PR, @damiencarbery! Good catch with the typo. I suggest using double quotes " to wrap the string, this way we don't need to escape the single quote '. I left the code suggestion inline below. 👇

@@ -138,7 +138,7 @@ public function storefront_welcome_screen() {
<img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/admin/welcome-screen/child-themes.jpg" alt="Storefront Powerpack" />

<p>
<?php esc_html_e( 'Quickly and easily transform your shops appearance with Storefront child themes.', 'storefront' ); ?>
<?php esc_html_e( 'Quickly and easily transform your shop\'s appearance with Storefront child themes.', 'storefront' ); ?>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<?php esc_html_e( 'Quickly and easily transform your shop\'s appearance with Storefront child themes.', 'storefront' ); ?>
<?php esc_html_e( "Quickly and easily transform your shop's appearance with Storefront child themes.", 'storefront' ); ?>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants