Browse Source

update TableMsgs - test git webhook

Piotr Labudda 10 years ago
parent
commit
f538d58dfc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SE/se-lib/Route/TableMsgs.php

+ 1 - 1
SE/se-lib/Route/TableMsgs.php

@@ -45,7 +45,7 @@ class Route_TableMsgs extends RouteBase {
 	public function tableRowMsgs($idTable, $idRow) {
 		?>
 <div class="container">
-	<h3>Wiadomości powiązane z rekordem [<?php echo $idRow; ?>] tabeli [<?php echo $idTable; ?>]</h3>
+	<h3>Wiadomości powiązane z rekordem [<?php echo $idRow; ?>] z tabeli [<?php echo $idTable; ?>]</h3>
 </div>
 <?php
 	}