diff options
Diffstat (limited to 'site/suppliers/index.php')
-rw-r--r-- | site/suppliers/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
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> |