浏览代码

Update copy.

Jeff Ong 4 年之前
父节点
当前提交
57e2497a56
共有 1 个文件被更改,包括 1 次插入1 次删除
  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',