From b5fcd1dfd7c7d6c4852e7b3bb872b10390d1d58f Mon Sep 17 00:00:00 2001
From: Thibault Martin <thibaultamartin@users.noreply.github.com>
Date: Mon, 19 Sep 2022 13:54:23 +0200
Subject: [PATCH] Explain what people can do with a matrix.to link

Avoid technical jargon
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 271f409..983a652 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
     <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 - 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."/>
+	<meta property="twitter:description" content="You're invited to talk on Matrix. If you don't already have a client this link will help you pick one, and join the conversation. If you already have one, this link will help you join the conversation"/>
 </head>
 <body>
     <script id="main" type="module">
-- 
GitLab