Skip to content

Commit 93e3664

Browse files
committed
chore: update message
1 parent df18616 commit 93e3664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/Admin.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ public function render_welcome_notice() {
101101

102102
$notice_html .= '<h1 class="notice-title">';
103103
/* translators: %s: Otter Blocks */
104-
$notice_html .= sprintf( __( 'Please install our builder', 'raft' ), '<strong>Otter Blocks</strong>' );
104+
$notice_html .= sprintf( __( 'Extend Raft with our Free Builder', 'raft' ), '<strong>Otter Blocks</strong>' );
105105

106106
$notice_html .= '</h1>';
107107

108-
$notice_html .= '<p class="description">' . __( 'Install Otter and start building stunning, super-fast websites. Discover new blocks, enhanced functionality and seamless theme setup.', 'raft' ) . '</p>';
108+
$notice_html .= '<p class="description">' . __( 'Install Otter, our Free Builder plugin, and create visually stunning, lightning-fast websites with ease. Discover new blocks, enhanced functionality, and experience an effortless theme setup.', 'raft' ) . '</p>';
109109

110110
$notice_html .= '<div class="actions">';
111111

0 commit comments

Comments
 (0)