summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--site/common/variables.php2
-rw-r--r--site/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/common/variables.php b/site/common/variables.php
index de3fdf9..986b96e 100644
--- a/site/common/variables.php
+++ b/site/common/variables.php
@@ -72,7 +72,7 @@
$devMailingListEmail = "libreboot-dev@nongnu.org";
/* IRC channel */
- $ircChannelName = "#libreboot (FreeNode IRC)";
+ $ircChannelName = "#libreboot chat (FreeNode IRC)";
$ircChannelAddress = "https://webchat.freenode.net/?channels=libreboot";
/* GPG key info */
diff --git a/site/index.php b/site/index.php
index a274bb7..fbee95f 100644
--- a/site/index.php
+++ b/site/index.php
@@ -82,7 +82,7 @@
<li><strong><a href="suppliers/">How to buy computers with libreboot preinstalled</a></strong></li>
</ul>
<ul>
- <li><a href="<?php echo $ircChannelAddress; ?>">Join <?php echo $ircChannelName; ?> chat</a></li>
+ <li><a href="<?php echo $ircChannelAddress; ?>">Join <?php echo $ircChannelName; ?></a></li>
<li><a href="<?php echo $userMailingListAddress; ?>"><?php echo gettext("Subscribe to mailing list"); ?></a></li>
<li><a href="<?php echo $devMailingListAddress; ?>"><?php echo gettext("Subscribe to dev mailing list"); ?></a></li>
<li><a href="contrib/"><?php echo gettext("Contact the developers"); ?></a></li>