fix error message
authorMaciej Tronowski <mtro@man.poznan.pl>
Tue, 1 Sep 2015 13:38:18 +0000 (15:38 +0200)
committerDawid Jagieła <lightnir@gmail.com>
Sat, 12 Sep 2015 09:17:44 +0000 (11:17 +0200)
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;