diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/variables.template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/variables.template.php b/site/variables.template.php index df69f0d..ec3eff7 100644 --- a/site/variables.template.php +++ b/site/variables.template.php @@ -85,7 +85,7 @@ /* Footer text above the git clone link */ /* footer.php will place this inside a <p></p>. */ - $lbFooterText = "This website is hosted on a libreboot system, on a fully libre GNU/Linux distro."; + $lbFooterText = "This website is hosted on a libreboot system, running a fully libre GNU/Linux distro."; $lbProjectGpgKeyInfo = "pub 4096R/656F212E 2014-07-04 Libreboot Releases (signing key) <releases@libreboot.org><br/>Fingerprint=C923 4BA3 200C F688 9CC0 764D 6E97 D575 656F 212E "; $lbProjectGpgKeyID = "0x656F212E"; |