diff options
Diffstat (limited to 'plugins/webinterface/www/mobile/torrent.php')
-rw-r--r-- | plugins/webinterface/www/mobile/torrent.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/webinterface/www/mobile/torrent.php b/plugins/webinterface/www/mobile/torrent.php index 31d980e..b041d3f 100644 --- a/plugins/webinterface/www/mobile/torrent.php +++ b/plugins/webinterface/www/mobile/torrent.php @@ -31,7 +31,7 @@ <tbody> <?php echo "<tr>"; - echo "<td><strong>tqStatus: </strong></td>"; + echo "<td><strong>Status: </strong></td>"; switch ($t['status']) { case 0: echo "<td>NOT_STARTED</td>"; @@ -67,7 +67,7 @@ echo "<td>CHECKING_DATA</td>"; break; default: - echo "<td>Not supported tqStatus</td>"; + echo "<td>Not supported Status</td>"; } echo "</tr>"; echo "<tr>"; |