Explorar o código

update TableMsgs - test git webhook

Piotr Labudda %!s(int64=10) %!d(string=hai) anos
pai
achega
f538d58dfc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 	}