Skip to content
Snippets Groups Projects
Commit f6ce1b39 authored by Ere Maijala's avatar Ere Maijala Committed by André Lahmann
Browse files

Translate 'close' button in lightbox.

parent 55ba65bb
No related merge requests found
......@@ -17,7 +17,7 @@ VuFind.lightbox = (function() {
type = 'info';
}
_html('<div class="alert alert-'+type+'">'+message+'</div>\
<button class="btn btn-default" data-dismiss="modal">close</button>');
<button class="btn btn-default" data-dismiss="modal">' + VuFind.translate('close') + '</button>');
_modal.modal('show');
};
var flashMessage = function(message, type) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment