Skip to content

Commit

Permalink
Fix translation domain.
Browse files Browse the repository at this point in the history
  • Loading branch information
fumikito committed May 27, 2020
1 parent 51b16c1 commit b3413f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kunoichi/ThemeCustomizer/Patterns/Share.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit b3413f7

Please sign in to comment.