From 21efea5b502aa26a74c1fdd565ef90487774fd00 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 8 Oct 2021 22:22:09 -0400 Subject: [PATCH] [twitter] Update description of autocreate contact option after contact drop feature was removed --- twitter/twitter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitter/twitter.php b/twitter/twitter.php index 32e110e9..3e5419f4 100644 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -409,7 +409,7 @@ function twitter_settings(App $a, &$s) '$field' => ['twitter-import', DI::l10n()->t('Import the remote timeline'), $importenabled, ''] ]); $s .= Renderer::replaceMacros($field_checkbox, [ - '$field' => ['twitter-create_user', DI::l10n()->t('Automatically create contacts'), $create_userenabled, DI::l10n()->t('This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again.')] + '$field' => ['twitter-create_user', DI::l10n()->t('Automatically create contacts'), $create_userenabled, DI::l10n()->t('This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here.')] ]); $s .= '
'; $s .= '
';