diff --git a/src/Kunoichi/ThemeCustomizer/Patterns/Share.php b/src/Kunoichi/ThemeCustomizer/Patterns/Share.php index f22613b..a78850a 100644 --- a/src/Kunoichi/ThemeCustomizer/Patterns/Share.php +++ b/src/Kunoichi/ThemeCustomizer/Patterns/Share.php @@ -36,7 +36,7 @@ protected function get_fields() { 'description' => __( 'If none is selected, all services are activated by default.', 'theme-customizer' ), ], 'share_styles' => [ - 'label' => __( 'Share Button Styles', 'theme-customiezr' ), + 'label' => __( 'Share Button Styles', 'theme-customizer' ), 'type' => 'select', 'stored' => 'option', 'choices' => $this->get_styles(),