diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-21 08:28:54 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-21 08:28:54 -0400 |
| commit | d898457161937952b0213b23aed30d8132301547 (patch) | |
| tree | 5c1150ececf81e8c80e8f23e3722cf2f16da5af2 | |
| parent | faf44ecfa63aeda0dcd61e6d32e99f138f229edb (diff) | |
expand FAQ acronym in page title
| -rw-r--r-- | static/faq.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/faq.html b/static/faq.html index e6d8d4f1..8a7bf813 100644 --- a/static/faq.html +++ b/static/faq.html @@ -2,14 +2,14 @@ <html lang="en" prefix="og: https://ogp.me/ns#"> <head> <meta charset="utf-8"/> - <title>FAQ | GrapheneOS</title> + <title>Frequently Asked Questions | GrapheneOS</title> <meta name="description" content="Frequently asked questions about 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 FAQ"/> + <meta property="og:title" content="GrapheneOS Frequently Asked Questions"/> <meta property="og:description" content="Frequently asked questions about GrapheneOS."/> <meta property="og:type" content="website"/> <meta property="og:image" content="https://grapheneos.org/opengraph.png"/> |
