Open
Description
This error handling code is not localized:
var contents = "<div class='modal-header'>" +
"<div class='modal-title'>Network Error</div>" +
'<button type="button" class="blacklight-modal-close close" data-dismiss="modal" aria-label="Close">' +
' <span aria-hidden="true">×</span>' +
'</button>';
We should extract the modal title and close button to a localizable form (also, what is the happy path for localized javascript?)