| @@ -128,9 +128,9 @@ | ||
| 128 | 128 | <section class="openstation-themes-intro" aria-labelledby="openstation-themes-intro-title"> |
| 129 | 129 | <div class="openstation-themes-intro__copy"> |
| 130 | 130 | <p class="openstation-themes-intro__eyebrow"><?php esc_html_e( 'Site appearance', 'desktop-mode' ); ?></p> |
| 131 | 131 | <h1 id="openstation-themes-intro-title"><?php esc_html_e( 'Choose how your site greets the world.', 'desktop-mode' ); ?></h1> |
| 132 | - <p><?php esc_html_e( 'Your theme shapes the templates, typography, colours, and layout visitors see. Your posts and pages stay in place when you switch.', 'desktop-mode' ); ?></p> | |
| 132 | + <p><?php esc_html_e( 'Themes shape your site’s look. Switching keeps your posts and pages in place.', 'desktop-mode' ); ?></p> | |
| 133 | 133 | </div> |
| 134 | 134 | <?php |
| 135 | 135 | /* |
| 136 | 136 | * Left readable rather than labelled: `aria-label` is ignored on a |