Explorar el Código

fixed RefGraph label

Piotr Labudda hace 8 años
padre
commit
a9d4a29218
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      SE/se-lib/TableAjax.php

+ 1 - 1
SE/se-lib/TableAjax.php

@@ -1282,7 +1282,7 @@ class TableAjax extends ViewAjax {
 						var funcItemNode = $('<li></li>').appendTo(funcListNode)
 						var funObj = {
 							ico: 'glyphicon glyphicon-random',
-							label: 'przeglądaj powiązania',
+							label: 'Przeglądaj powiązania',
 							href: 'index.php?_route=RefGraph&namespace=' + priv.options.namespace + '&primaryKey=' + rowPK,
 							// onclick: function (e) { // TODO: open in
 							// 	console.log('TODO: przeglądaj powiązania')