Skip to content
Snippets Groups Projects
Commit bbef5b37 authored by Jörn Friedrich Dreyer's avatar Jörn Friedrich Dreyer
Browse files

add i18n for cancel button

parent 09d6d843
Branches
No related tags found
No related merge requests found
......@@ -219,10 +219,13 @@ $(document).ready(function() {
$( '#uploadsize-message' ).dialog({
modal: true,
buttons: {
Close: function() {
Close: {
text:t('files', 'Close'),
click:function() {
$( this ).dialog( 'close' );
}
}
}
});
}else{
var date=new Date();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment