From 6280514a537cef481d2583c170fe14f606918490 Mon Sep 17 00:00:00 2001 From: Thibault Martin <thibaultamartin@users.noreply.github.com> Date: Mon, 19 Sep 2022 13:53:48 +0200 Subject: [PATCH] Use a less cryptic card name for newcomers --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ba22f04..271f409 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ <meta property="twitter:card" content="summary"/> <meta property="twitter:image" content="https://matrix.org/blog/img/matrix-logo.png"/> <meta property="twitter:site" content="@matrixdotorg"/> - <meta property="twitter:title" content="Matrix - An open standard for decentralised secure communication"/> + <meta property="twitter:title" content="Matrix - Decentralised and secure communication"/> <meta property="twitter:description" content="Matrix is an open source project that publishes the Matrix open standard for secure, decentralised, real-time communication, and its Apache licensed reference implementations."/> </head> <body> -- GitLab