diff options
Diffstat (limited to 'templates/frontpage.html.php')
-rw-r--r-- | templates/frontpage.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/frontpage.html.php b/templates/frontpage.html.php index c1182673..f285e8d6 100644 --- a/templates/frontpage.html.php +++ b/templates/frontpage.html.php @@ -52,7 +52,7 @@ <?php if ($admin_telegram): ?> <div> - Telegram: <a href="<?= e($admin_telegram) ?>"><?= e($admin_telegram) ?></a> + Url: <a href="<?= e($admin_telegram) ?>"><?= e($admin_telegram) ?></a> </div> <?php endif; ?> |