- Timestamp:
- 04/11/2022 11:40:38 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-automatic-updater.php
r53064 r53131 779 779 // Potential for confusion, and also not useful for them to know at this point. 780 780 if ( 'fail' === $type && ! $newer_version_available ) { 781 $body .= __( ' We tried but were unable to update your siteautomatically.' ) . ' ';781 $body .= __( 'An attempt was made, but your site could not be updated automatically.' ) . ' '; 782 782 } 783 783 … … 845 845 /* translators: %s: WordPress version. */ 846 846 $body .= sprintf( __( 'Your site was running version %s.' ), get_bloginfo( 'version' ) ); 847 $body .= ' ' . __( ' We have some data that describes the error your site encountered.' );847 $body .= ' ' . __( 'Some data that describes the error your site encountered has been put together.' ); 848 848 $body .= ' ' . __( 'Your hosting company, support forum volunteers, or a friendly developer may be able to use this information to help you:' ); 849 849
Note: See TracChangeset
for help on using the changeset viewer.