Browse Source

Adjust labels as per feedback.

pull/129/head
Ned Zimmerman 6 years ago
parent
commit
5615e8c063
No known key found for this signature in database
GPG Key ID: FF56334A013120CA
  1. 8
      inc/customizer/namespace.php

8
inc/customizer/namespace.php

@ -64,8 +64,8 @@ function customize_register( \WP_Customize_Manager $wp_customize ) {
[
'slug' => 'primary_dark',
'hex' => '#7f0c07',
'label' => __( 'Primary Color (Dark)', 'pressbooks-aldine' ),
'description' => __( 'Darkened variant of the primary color, used for primary element hover states.', 'pressbooks-aldine' ),
'label' => __( 'Primary Color (Hover)', 'pressbooks-aldine' ),
'description' => __( 'Variant of the primary color, used for primary element hover states.', 'pressbooks-aldine' ),
],
[
'slug' => 'accent',
@ -76,8 +76,8 @@ function customize_register( \WP_Customize_Manager $wp_customize ) {
[
'slug' => 'accent_dark',
'hex' => '#013542',
'label' => __( 'Accent Color (Dark)', 'pressbooks-aldine' ),
'description' => __( 'Darkened variant of the accent color, used for secondary element hover states.', 'pressbooks-aldine' ),
'label' => __( 'Accent Color (Hover)', 'pressbooks-aldine' ),
'description' => __( 'Variant of the accent color, used for secondary element hover states.', 'pressbooks-aldine' ),
],
[
'slug' => 'primary_fg',

Loading…
Cancel
Save