Administration: Clarify some sentences after [53131].

Props SergeyBiryukov, costdev, audrasjb.
Fixes #46057.


git-svn-id: https://develop.svn.wordpress.org/trunk@53156 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2022-04-12 13:41:44 +00:00
parent 31c2639b80
commit ebb9aa01dc
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
</p>
<p>
<?php _e( 'After your Privacy Policy page is set, you should edit it.' ); ?>
<?php _e( 'It is also suggested that you should review your Privacy Policy from time to time, especially after installing or updating any themes or plugins. There may be changes or new suggested information for you to consider adding to your policy.' ); ?>
<?php _e( 'You should also review your Privacy Policy from time to time, especially after installing or updating any themes or plugins. There may be changes or new suggested information for you to consider adding to your policy.' ); ?>
</p>
<p>
<?php

View File

@ -158,7 +158,7 @@ switch ( $step ) {
}
?>
<h1 class="screen-reader-text"><?php _e( 'Before getting started' ); ?></h1>
<p><?php _e( 'Welcome to WordPress. Before getting started, some information on the database is needed. You will need to know the following items before proceeding.' ); ?></p>
<p><?php _e( 'Welcome to WordPress. Before getting started, you will need to know the following items.' ); ?></p>
<ol>
<li><?php _e( 'Database name' ); ?></li>
<li><?php _e( 'Database username' ); ?></li>