Signed-off-by: canyonknight <[email protected]>
---
 web/template/pkg_details.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php
index b5d8a9f..0973448 100644
--- a/web/template/pkg_details.php
+++ b/web/template/pkg_details.php
@@ -137,7 +137,7 @@ if ($row["SubmitterUID"]):
                <td><?= htmlspecialchars($submitter) ?></td>
        <?php endif; ?>
 <?php else: ?>
-                       <td>None</td>
+                       <td><?= __('None') ?></td>
 <?php endif; ?>
                </tr>
                <tr>
@@ -155,7 +155,7 @@ if ($row["MaintainerUID"]):
                <td><?= htmlspecialchars($maintainer) ?></td>
        <?php endif; ?>
 <?php else: ?>
-                       <td>None</td>
+                       <td><?= __('None') ?></td>
 <?php endif; ?>
                </tr>
                <tr>
-- 
1.8.1.1

Reply via email to