Skip to content
Snippets Groups Projects
Commit 5a9f12e7 authored by Ere Maijala's avatar Ere Maijala
Browse files

Translate 'close' button in lightbox.

parent 85066552
No related merge requests found
...@@ -17,7 +17,7 @@ VuFind.lightbox = (function() { ...@@ -17,7 +17,7 @@ VuFind.lightbox = (function() {
type = 'info'; type = 'info';
} }
_html('<div class="alert alert-'+type+'">'+message+'</div>\ _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'); _modal.modal('show');
}; };
var flashMessage = function(message, type) { 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