File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ 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
104
$ notice_html .= sprintf ( __ ( 'Install our Free builder ' , 'raft ' ), '<strong>Otter Blocks</strong> ' );
@@ -107,7 +107,7 @@ public function render_welcome_notice() {
107
107
108
108
$ learn_more = '<a href="https://docs.themeisle.com/article/1975-fse-onboarding" target="_blank"> ' . __ ( 'Learn More ' , 'raft ' ) . '</a> ' ;
109
109
110
- $ notice_html .= '<p class="description">' . __( 'Install our free builder plugin and create stunning, lightning-fast websites.' . ' ' . $ learn_more, 'raft' ) . '</p>';
110
+ $ notice_html .= '<p class="description"> ' . __ ( 'Install our free builder plugin and create stunning, lightning-fast websites. ' , ' raft ' ) . ' ' . $ learn_more . '</p> ' ;
111
111
112
112
$ notice_html .= '<div class="actions"> ' ;
113
113
You can’t perform that action at this time.
0 commit comments