summaryrefslogtreecommitdiffstats
path: root/web/template/pkg_details.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/pkg_details.php')
-rw-r--r--web/template/pkg_details.php4
1 files 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>