Skip to content

Commit eafccbe

Browse files
committed
Typos
1 parent a8c67b2 commit eafccbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/admin/welcome-screen/class-shapely-welcome.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ public function shapely_activation_admin_notice() {
6969
public function shapely_welcome_admin_notice() {
7070
?>
7171
<div class="updated notice is-dismissible">
72-
<p><?php echo sprintf( esc_html__( 'Welcome! Thank you for choosing shapely! To fully take advantage of the best our theme can offer please make sure you visit our %1$swelcome page%2$s.', 'shapely' ), '<a href="' . esc_url( admin_url( 'themes.php?page=shapely-welcome' ) ) . '">', '</a>' ); ?></p>
72+
<p><?php echo sprintf( esc_html__( 'Welcome! Thank you for choosing Shapely! To fully take advantage of the best our theme can offer please make sure you visit our %1$swelcome page%2$s.', 'shapely' ), '<a href="' . esc_url( admin_url( 'themes.php?page=shapely-welcome' ) ) . '">', '</a>' ); ?></p>
7373
<p><a href="<?php echo esc_url( admin_url( 'themes.php?page=shapely-welcome' ) ); ?>" class="button"
74-
style="text-decoration: none;"><?php echo esc_html__( 'Get started with shapely', 'shapely' ); ?></a>
74+
style="text-decoration: none;"><?php echo esc_html__( 'Get started with Shapely', 'shapely' ); ?></a>
7575
</p>
7676
</div>
7777
<?php

0 commit comments

Comments
 (0)