Skip to content

Commit

Permalink
close #45; fix configure settings button text (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: wiki <wiki@wikis-MBP.fritz.box>
  • Loading branch information
wikitdev and wiki authored Nov 30, 2023
1 parent cf3f445 commit c0889bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/class-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ public static function customizer( $wp_customize ) {
'label' => __( 'Configure Settings Button Text', 'ilmenite-cookie-consent' ),
'description' => __( 'A small button/link that the user can click on to open more fine-grained settings.', 'ilmenite-cookie-consent' ),
'settings' => 'ilcc_configure_settings_text',
'section' => 'ilmenite_cookie_banner',
'section' => 'ilmenite_cookie_banner_general',
'priority' => 80,
] ) );

Expand Down

0 comments on commit c0889bb

Please sign in to comment.