Skip to content

Commit 5116338

Browse files
committed
chore: update notice
1 parent 93e3664 commit 5116338

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

inc/Admin.php

+7-10
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,16 @@ public function render_welcome_notice() {
9898
$notice_html .= __( 'Thanks for installing Raft theme 🎉', 'raft' );
9999

100100
$notice_html .= '</h1>';
101-
101+
`
102102
$notice_html .= '<h1 class="notice-title">';
103103
/* translators: %s: Otter Blocks */
104-
$notice_html .= sprintf( __( 'Extend Raft with our Free Builder', 'raft' ), '<strong>Otter Blocks</strong>' );
104+
$notice_html .= sprintf( __( 'Install our Free builder', 'raft' ), '<strong>Otter Blocks</strong>' );
105105
106106
$notice_html .= '</h1>';
107107
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>';
108+
$learn_more = '<a href="https://docs.themeisle.com/article/1975-fse-onboarding" target="_blank">' . __( 'Learn More', 'raft' ) . '</a>';
109+
110+
$notice_html .= '<p class="description">' . __( 'Install our free builder plugin and create stunning, lightning-fast websites.' . ' ' . $learn_more, 'raft' ) . '</p>';
109111
110112
$notice_html .= '<div class="actions">';
111113
@@ -119,20 +121,15 @@ public function render_welcome_notice() {
119121
$notice_html .= __( 'Try it out!', 'raft' );
120122
} elseif ( 'installed' === $otter_status ) {
121123
/* translators: %s: Otter Blocks */
122-
$notice_html .= sprintf( __( 'Activate %s', 'raft' ), 'Otter' );
124+
$notice_html .= sprintf( __( 'Activate %s', 'raft' ), 'Otter Builder' );
123125
} else {
124126
/* translators: %s: Otter Blocks */
125-
$notice_html .= sprintf( __( 'Install & Activate %s', 'raft' ), 'Otter' );
127+
$notice_html .= sprintf( __( 'Install %s', 'raft' ), 'Otter Builder' );
126128
}
127129
128130
$notice_html .= '</span>';
129131
$notice_html .= '</button>';
130132
131-
$notice_html .= '<a href="https://wordpress.org/plugins/otter-blocks/" target="_blank" class="button button-secondary button-hero">';
132-
$notice_html .= '<span>' . __( 'Learn More', 'raft' ) . '</span>';
133-
$notice_html .= '<span class="dashicons dashicons-external"></span>';
134-
$notice_html .= '</a>';
135-
136133
$notice_html .= '</div>';
137134
138135
$notice_html .= '</div>';

0 commit comments

Comments
 (0)