浏览代码

update TableMsgs - test git webhook

Piotr Labudda 10 年之前
父节点
当前提交
f538d58dfc
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 	}