Skip to content

Commit

Permalink
fix translate
Browse files Browse the repository at this point in the history
  • Loading branch information
ptibogxiv committed Jun 3, 2018
1 parent 7ffbfb3 commit 0c76f81
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions functions/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,8 @@ function ptibogxivtheme_theme_customize_register( $wp_customize ) {
new WP_Customize_Control(
$wp_customize,
'ptibogxivtheme_brand_style', array(
'label' => __( 'Home brand style', 'understrap' ),
'description' => __( "Style of brand home button in navbar",
'understrap' ),
'label' => __( 'Home brand style', 'ptibogxivtheme' ),
'description' => __( "Style of brand home button in navbar", 'ptibogxivtheme' ),
'section' => 'ptibogxivtheme_theme_layout_options',
'settings' => 'ptibogxivtheme_brand_style',
'type' => 'select',
Expand Down

0 comments on commit 0c76f81

Please sign in to comment.