Skip to content

Commit cf8ecdb

Browse files
Merge pull request #100 from MachoThemes/master
Bug-fixes round #5
2 parents 756d04c + 41bbfcd commit cf8ecdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/customizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function shapely_customizer( $wp_customize ) {
115115
'top_callout',
116116
array(
117117
'type' => 'mte-toggle',
118-
'label' => esc_html__( 'Show title in top call out box', 'newsmag' ),
118+
'label' => esc_html__( 'Show title in top call out box', 'shapely' ),
119119
'section' => 'shapely_main_section',
120120
'priority' => 20
121121
)

0 commit comments

Comments
 (0)