diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/source.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/source.html b/static/source.html index 64ab1e54..14b612a4 100644 --- a/static/source.html +++ b/static/source.html @@ -2,14 +2,14 @@ <html lang="en" prefix="og: https://ogp.me/ns#"> <head> <meta charset="utf-8"/> - <title>Source | GrapheneOS</title> + <title>Source code | GrapheneOS</title> <meta name="description" content="Source code for GrapheneOS."/> <meta name="theme-color" content="#212121"/> <meta name="msapplication-TileColor" content="#ffffff"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="twitter:site" content="@GrapheneOS"/> <meta name="twitter:creator" content="@GrapheneOS"/> - <meta property="og:title" content="GrapheneOS source"/> + <meta property="og:title" content="GrapheneOS source code"/> <meta property="og:description" content="Source code for GrapheneOS."/> <meta property="og:type" content="website"/> <meta property="og:image" content="https://grapheneos.org/opengraph.png"/> @@ -47,7 +47,7 @@ </nav> </header> <main id="source"> - <h1><a href="#source">Source</a></h1> + <h1><a href="#source">Source code</a></h1> <p>The GrapheneOS sources are hosted in the <a href="https://github.com/GrapheneOS">GrapheneOS organization on GitHub</a>. Since |
