diff options
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> |