@@ -98,14 +98,16 @@ public function render_welcome_notice() {
98
98
$ notice_html .= __ ( 'Thanks for installing Raft theme 🎉 ' , 'raft ' );
99
99
100
100
$ notice_html .= '</h1> ' ;
101
-
101
+ `
102
102
$ notice_html .= '<h1 class="notice-title">';
103
103
/* 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>' );
105
105
106
106
$ notice_html .= '</h1>';
107
107
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>';
109
111
110
112
$ notice_html .= '<div class="actions">';
111
113
@@ -119,20 +121,15 @@ public function render_welcome_notice() {
119
121
$ notice_html .= __( 'Try it out!', 'raft' );
120
122
} elseif ( 'installed' === $ otter_status ) {
121
123
/* translators: %s: Otter Blocks */
122
- $ notice_html .= sprintf ( __ ( 'Activate %s ' , 'raft ' ), 'Otter ' );
124
+ $ notice_html .= sprintf( __( 'Activate %s', 'raft' ), 'Otter Builder ' );
123
125
} else {
124
126
/* translators: %s: Otter Blocks */
125
- $ notice_html .= sprintf ( __ ( 'Install & Activate %s ' , 'raft ' ), 'Otter ' );
127
+ $ notice_html .= sprintf( __( 'Install %s', 'raft' ), 'Otter Builder ' );
126
128
}
127
129
128
130
$ notice_html .= '</span>';
129
131
$ notice_html .= '</button>';
130
132
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
-
136
133
$ notice_html .= '</div>';
137
134
138
135
$ notice_html .= '</div>';
0 commit comments