Skip to content

Commit 3c0e0a6

Browse files
author
Cosmin
committed
Fix
1 parent 8aabd80 commit 3c0e0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ public function shapely_welcome_screen() {
331331

332332
<div class="wrap about-wrap epsilon-wrap">
333333

334-
<h1><?php echo __( 'Welcome to Shapely! - Version ', 'shapely' ) . $shapely['Version']; ?></h1>
334+
<h1><?php echo esc_html__( 'Welcome to Shapely! - Version ', 'shapely' ) . $shapely['Version']; ?></h1>
335335

336336
<div
337337
class="about-text"><?php echo esc_html__( 'Shapely is now installed and ready to use! Get ready to build something beautiful. We hope you enjoy it! We want to make sure you have the best experience using shapely and that is why we gathered here all the necessary information for you. We hope you will enjoy using shapely, as much as we enjoy creating great products.', 'shapely' ); ?></div>

0 commit comments

Comments
 (0)