- Timestamp:
- 09/19/2022 08:57:08 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php
r54133 r54200 168 168 $description = __( 'A previous automatic background update ended with a critical failure, so updates are now disabled.' ); 169 169 $description .= ' ' . __( 'You would have received an email because of this.' ); 170 $description .= ' ' . __( "When you've been able to update using the \"Update now\" button on Dashboard > Updates, we'll clear this errorfor future update attempts." );170 $description .= ' ' . __( "When you've been able to update using the \"Update now\" button on Dashboard > Updates, this error will be cleared for future update attempts." ); 171 171 $description .= ' ' . sprintf( 172 172 /* translators: %s: Code of error shown. */ … … 185 185 } 186 186 187 $description .= ' ' . __( " We'll try againwith the next release." );187 $description .= ' ' . __( "Another attempt will be made with the next release." ); 188 188 $description .= ' ' . sprintf( 189 189 /* translators: %s: Code of error shown. */
Note: See TracChangeset
for help on using the changeset viewer.