fix error message
[qcg-portal.git] / qcg / templates / qcg / gridftp.html
index 6e4269d..e75e621 100644 (file)
@@ -73,7 +73,7 @@
                 if (filex.files.some(function(item) { return item.get('name') == name })) {
                     $('<div>', {
                         'class': 'alert alert-danger',
-                        html: '<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span> Plik o podanej już nazwie istnieje!'
+                        html: '<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span> Plik o podanej nazwie już istnieje!'
                     }).prependTo(modal.find('.modal-body'));
 
                     return true;