From b999b32c4ba65a01dfddc7bba3e38b2ff3143783 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Fri, 7 Jun 2019 12:26:08 +0200
Subject: [PATCH] Removed misleading info

---
 src/sources/mastodon.js | 2 +-
 src/views/Home.vue      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sources/mastodon.js b/src/sources/mastodon.js
index d319ba1..1bdb51f 100644
--- a/src/sources/mastodon.js
+++ b/src/sources/mastodon.js
@@ -42,7 +42,7 @@ export default {
   label: "Mastodon",
   url: "https://joinmastodon.org",
   description: "Mastodon and compatible servers",
-  extendedDescription: "Receive suggestions based on your favorites, follows and boosts",
+  extendedDescription: "Receive suggestions based on your favorites",
   imageBackground: "blue-grey darken-4",
   form: Form,
   getLogo () {
diff --git a/src/views/Home.vue b/src/views/Home.vue
index c2dd3f1..b37290c 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -7,7 +7,7 @@
       </p>
       <h2>How does it work?</h2>
       <ol class="flow-text">
-        <li>Connect Retribute to one or many of your existing accounts (Mastodon, Funkwhale, PeerTube, etc.)</li>
+        <li>Connect Retribute to one or many of your existing Mastodon accounts</li>
         <li>Retribute will suggest you creators to tip, with links to their donation platforms</li>
       </ol>
       <router-link to="/connect" class="waves-effect waves-light btn-large">Get started</router-link>
-- 
GitLab