summaryrefslogtreecommitdiffstats
path: root/web/template
diff options
context:
space:
mode:
Diffstat (limited to 'web/template')
-rw-r--r--web/template/cgit/footer.html2
-rw-r--r--web/template/footer.php2
-rw-r--r--web/template/stats/general_stats_table.php2
-rw-r--r--web/template/stats/user_table.php4
4 files changed, 5 insertions, 5 deletions
diff --git a/web/template/cgit/footer.html b/web/template/cgit/footer.html
index 80481d92..36e0f1b1 100644
--- a/web/template/cgit/footer.html
+++ b/web/template/cgit/footer.html
@@ -1,6 +1,6 @@
<div id="footer">
<p>
Copyright &copy; 2004-2014 aurweb Development Team &ndash;
- <strong>Unsupported packages are user produced content. Any use of the provided files is at your own risk.</strong>
+ <strong>AUR packages are user produced content. Any use of the provided files is at your own risk.</strong>
</p>
</div>
diff --git a/web/template/footer.php b/web/template/footer.php
index 068cc060..1b3c9363 100644
--- a/web/template/footer.php
+++ b/web/template/footer.php
@@ -6,7 +6,7 @@
<p>aurweb <a href="https://projects.archlinux.org/aurweb.git/log/?h=<?= htmlspecialchars($ver, ENT_QUOTES) ?>"><?= htmlspecialchars($ver) ?></a></p>
<?php endif; ?>
<p>Copyright &copy; 2004-<?= date("Y") ?> aurweb Development Team.</p>
- <p><?= __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
+ <p><?= __('AUR packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
</div>
</div>
</body>
diff --git a/web/template/stats/general_stats_table.php b/web/template/stats/general_stats_table.php
index 5b598321..9dcc3aaf 100644
--- a/web/template/stats/general_stats_table.php
+++ b/web/template/stats/general_stats_table.php
@@ -3,7 +3,7 @@
<table>
<tr>
<td class="stat-desc"><?= __("Packages"); ?></td>
- <td><?= $unsupported_count; ?></td>
+ <td><?= $pkg_count; ?></td>
</tr>
<tr>
<td class="stat-desc"><?= __("Orphan Packages"); ?></td>
diff --git a/web/template/stats/user_table.php b/web/template/stats/user_table.php
index 284d5b9e..e7b00834 100644
--- a/web/template/stats/user_table.php
+++ b/web/template/stats/user_table.php
@@ -8,9 +8,9 @@ $username = username_from_sid($_COOKIE["AURSID"]);
<tr>
<td>
<a href="<?= get_uri('/packages/'); ?>?SeB=m&amp;K=<?= $username; ?>">
-<?= __("Packages in unsupported"); ?></a>
+<?= __("Packages"); ?></a>
</td>
- <td><?= $maintainer_unsupported_count; ?></td>
+ <td><?= $user_pkg_count; ?></td>
</tr>
<tr>
<td>