diff --git a/src/wp-admin/includes/misc.php b/src/wp-admin/includes/misc.php index 910b6cdb27..6a333249a6 100644 --- a/src/wp-admin/includes/misc.php +++ b/src/wp-admin/includes/misc.php @@ -1671,7 +1671,7 @@ final class WP_Privacy_Policy_Content { $content = ''; $toc = array( '
  • ' . __( 'Introduction' ) . '
  • ' ); $date_format = __( 'F j, Y' ); - $copy = __( 'Copy' ); + $copy = __( 'Copy this section to clipboard' ); $return_to_top = '' . __( '↑ Return to Top' ) . ''; foreach ( $content_array as $section ) {