diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-21 08:03:32 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-21 08:03:32 (EDT) |
commit | d5cd636f8981bc8ae88be8bf12b61722554f526c (patch) | |
tree | b7b7b34346b078c364b11b2e453a111fd9848001 /site | |
parent | b4053a96d9e03b5118a66238ce53e9dd7458e274 (diff) | |
download | libreboot.org-d5cd636f8981bc8ae88be8bf12b61722554f526c.zip libreboot.org-d5cd636f8981bc8ae88be8bf12b61722554f526c.tar.gz libreboot.org-d5cd636f8981bc8ae88be8bf12b61722554f526c.tar.bz2 |
mention servers
Diffstat (limited to 'site')
-rw-r--r-- | site/index.php | 2 | ||||
-rw-r--r-- | site/suppliers/index.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/site/index.php b/site/index.php index 5ead624..99a6f1e 100644 --- a/site/index.php +++ b/site/index.php @@ -93,7 +93,7 @@ </ul> <h2>Laptops with libreboot and GNU/Linux preinstalled</h2> <p> - <a href="suppliers/">Laptops with libreboot and GNU/Linux preinstalled</a> are also available. + <a href="suppliers/">Laptops and servers with libreboot and GNU/Linux preinstalled</a> are also available. </p> <p> These systems come with libreboot and GNU/Linux preinstalled, where everything works out of the box. This is useful, for those who diff --git a/site/suppliers/index.php b/site/suppliers/index.php index 54a302e..764e45c 100644 --- a/site/suppliers/index.php +++ b/site/suppliers/index.php @@ -27,13 +27,13 @@ <style type="text/css"> <?php echo miniCss(file_get_contents("../common/css/main.css")); ?> </style> - <title><?php echo gettext("Laptops with libreboot and GNU/Linux preinstalled"); ?></title> + <title><?php echo gettext("Laptops and servers with libreboot and GNU/Linux preinstalled"); ?></title> </head> <body> <div> - <h1><?php echo gettext("Laptops with libreboot and GNU/Linux preinstalled"); ?></h1> + <h1><?php echo gettext("Laptops and servers with libreboot and GNU/Linux preinstalled"); ?></h1> <p> <a href="../"><?php echo gettext("Back to home page"); ?></a> </p> |