Skip to content

Commit

Permalink
Update error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhendu2002 committed Feb 3, 2025
1 parent 1a25252 commit 0444ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/_enqueues/wp/updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -2333,7 +2333,7 @@
* 'update' or 'install'.
*/
wp.updates.isValidResponse = function( response, action ) {
var error = __( 'An error occurred during the update process. Please try again or contact support for assistance.' ),
var error = __( 'An error occurred during the update process. Please try again.' ),
errorMessage;

// Make sure the response is a valid data object and not a Promise object.
Expand Down

0 comments on commit 0444ec8

Please sign in to comment.