We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e7cf1 commit fc97814Copy full SHA for fc97814
1 file changed
src/wp-admin/includes/class-wp-upgrader.php
@@ -1225,7 +1225,7 @@ function upgrade_strings() {
1225
$this->strings['copy_failed'] = __('Could not copy files.');
1226
$this->strings['copy_failed_space'] = __('Could not copy files. You may have run out of disk space.' );
1227
$this->strings['start_rollback'] = __( 'Attempting to roll back to previous version.' );
1228
- $this->strings['rollback_was_required'] = __( 'Due to an error during updating, WordPress has rolled back to your previous version' );
+ $this->strings['rollback_was_required'] = __( 'Due to an error during updating, WordPress has rolled back to your previous version.' );
1229
}
1230
1231
function upgrade( $current, $args = array() ) {
0 commit comments