diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-11 02:13:05 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-11 02:13:05 (EST) |
commit | 8fc24c60fae30bc25dca5bece069913c2d0d03d9 (patch) | |
tree | f96eb42d96264160d972dbae26b6cd169703976c /site/index.php | |
parent | 4572bff623566d98254d5455475277d73a11a98b (diff) | |
download | libreboot.org-8fc24c60fae30bc25dca5bece069913c2d0d03d9.zip libreboot.org-8fc24c60fae30bc25dca5bece069913c2d0d03d9.tar.gz libreboot.org-8fc24c60fae30bc25dca5bece069913c2d0d03d9.tar.bz2 |
change text on link
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php index fbee95f..a274bb7 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; ?></a></li> + <li><a href="<?php echo $ircChannelAddress; ?>">Join <?php echo $ircChannelName; ?> chat</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> |