From cacfa5da044be2e5eab69257d642418ddaed64ca Mon Sep 17 00:00:00 2001 From: fenn-cs Date: Wed, 2 Oct 2024 11:35:13 +0200 Subject: [PATCH] chore: Replace Twitter & Diaspora links and text - Use Twitters new name "X" - Remove Diaspora social and include Mastodon instead Resolves : https://github.com/nextcloud/server/issues/48409 Signed-off-by: fenn-cs --- .../src/components/PersonalSettings.vue | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/apps/federatedfilesharing/src/components/PersonalSettings.vue b/apps/federatedfilesharing/src/components/PersonalSettings.vue index d3f6e1eaaab..38e237308e9 100644 --- a/apps/federatedfilesharing/src/components/PersonalSettings.vue +++ b/apps/federatedfilesharing/src/components/PersonalSettings.vue @@ -29,19 +29,19 @@ - - {{ t('federatedfilesharing', 'Twitter') }} + + {{ t('federatedfilesharing', 'formerly Twitter') }} - - {{ t('federatedfilesharing', 'Diaspora') }} + + {{ t('federatedfilesharing', 'Mastodon') }}