equal
deleted
inserted
replaced
224 |
224 |
225 request.fail( function( response ) { |
225 request.fail( function( response ) { |
226 var notice = $.extend( |
226 var notice = $.extend( |
227 { |
227 { |
228 code: 'save_error', |
228 code: 'save_error', |
229 message: __( 'Something went wrong. Your change may not have been saved. Please try again. There is also a chance that you may need to manually fix and upload the file over FTP.' ) |
229 message: __( 'An error occurred while saving your changes. Please try again. If the problem persists, you may need to manually update the file via FTP.' ) |
230 }, |
230 }, |
231 response, |
231 response, |
232 { |
232 { |
233 type: 'error', |
233 type: 'error', |
234 dismissible: true |
234 dismissible: true |