~canonical-sysadmins/wordpress/4.5.2

« back to all changes in this revision

Viewing changes to wp-admin/js/updates.js

  • Committer: Ryan Finnie
  • Date: 2015-08-31 16:09:47 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: ryan.finnie@canonical.com-20150831160947-1h6rfxby9z1ec62u
Merge WP4.3 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
263
263
                        $message.attr( 'aria-label', wp.updates.l10n.updateFailedLabel.replace( '%s', name ) );
264
264
                }
265
265
                $message.removeClass( 'updating-message' );
266
 
                $message.html( wp.updates.l10n.updateFailed + ': ' + response.error );
 
266
                $message.html( wp.updates.l10n.updateFailed.replace( '%s', response.error ) );
267
267
                wp.a11y.speak( wp.updates.l10n.updateFailed );
268
268
 
269
269
                /*