Ver código fonte

Update copy.

Jeff Ong 4 anos atrás
pai
commit
57e2497a56
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      spearhead/inc/wpcom-colors.php

+ 1 - 1
spearhead/inc/wpcom-colors.php

@@ -26,7 +26,7 @@ if ( ! function_exists( 'spearhead_wpcom_customize_update' ) ) :
 				'label'       => esc_html__( 'Dark Mode', 'spearhead' ),
 				'description' => sprintf(
 					/* translators: %s: link to how to support system display modes */
-					__( "This theme will automatically display a dark color palette for users who have dark mode enabled on their devices. The preview here will only reflect the light mode. <a href='%s' target='_blank'>Learn more about dark mode</a>.", 'spearhead' ),
+					__( "This theme's default palette will display a dark mode automatically for users who have dark mode enabled on their devices. The preview here is only showing the light mode. <a href='%s' target='_blank'>Learn more about dark mode</a>.", 'spearhead' ),
 					esc_url( 'https://www.a11yproject.com/posts/2020-01-23-operating-system-and-browser-accessibility-display-modes/' )
 				),
 				'section'     => 'colors_manager_tool',