diff --git a/src/sources/mastodon.js b/src/sources/mastodon.js index d319ba10aaee91c54437f01bbdf667e0ac96c618..1bdb51ffe49fe9aa7dca3a9d089826a2797a41d6 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 c2dd3f13672270a725a6f068a40008f1ecbfef78..b37290ce360c662767a3269ef02cd5c60c067097 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>