Upgrade/Install: Improve copy for opt-in to automatic major version updates.

Props marybaum, kebbet.
See #50907.


git-svn-id: https://develop.svn.wordpress.org/trunk@49285 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Aaron D. Campbell 2020-10-23 16:34:43 +00:00
parent e515d61ec0
commit 797e2bf9ff
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ function core_auto_updates_settings() {
<p>
<input type="checkbox" name="core-auto-updates-major" id="core-auto-updates-major" value="1" <?php checked( $auto_update_settings['major'], 1 ); ?> />
<label for="core-auto-updates-major">
<?php _e( 'Keep my site up-to-date with regular feature updates (major versions).' ); ?>
<?php _e( 'Automatically keep this site up-to-date with regular feature updates.' ); ?>
</label>
</p>
<?php