From 442df2fb14cdfcaad3ab8938deee0b80aabb0f0d Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 13 Dec 2022 03:49:03 +0100 Subject: [PATCH] Remove mentions of Twitter --- UI/BigComponents/CopyrightPanel.ts | 4 +--- langs/en.json | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/UI/BigComponents/CopyrightPanel.ts b/UI/BigComponents/CopyrightPanel.ts index 54841d1cec..e572a62270 100644 --- a/UI/BigComponents/CopyrightPanel.ts +++ b/UI/BigComponents/CopyrightPanel.ts @@ -149,9 +149,7 @@ export default class CopyrightPanel extends Combine { ), new SubtleButton( Svg.mastodon_ui(), - new Combine([t.followOnMastodon.SetClass("font-bold"), t.followBridge]).SetClass( - "flex flex-col" - ), + t.followOnMastodon, { url: "https://en.osm.town/web/notifications", newTab: true, diff --git a/langs/en.json b/langs/en.json index e3a20f3db6..054c0b541a 100644 --- a/langs/en.json +++ b/langs/en.json @@ -125,9 +125,7 @@ "donate": "Support MapComplete financially", "editId": "Open the OpenStreetMap online editor here", "editJosm": "Edit here with JOSM", - "followBridge": "The Mastodon- and Twitter-accounts are bridged", "followOnMastodon": "Follow MapComplete on Mastodon", - "followOnTwitter": "Follow MapComplete on Twitter", "iconAttribution": { "title": "Used icons" },