i18n: Merge similar translation strings to "Update failed".

Fixes #50714.
Props ramiy, ocean90.


git-svn-id: https://develop.svn.wordpress.org/trunk@48569 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jake Spurlock
2020-07-22 22:08:25 +00:00
parent 2c617a48f5
commit f976a73997
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4210,7 +4210,7 @@ function wp_ajax_update_theme() {
}
// An unhandled error occurred.
$status['errorMessage'] = __( 'Update failed.' );
$status['errorMessage'] = __( 'Update failed' );
wp_send_json_error( $status );
}