]> git.mxchange.org Git - friendica.git/commitdiff
Remove multi profile mention in settings
authorSteffen K9 <alfred@skrumbholz.de>
Sun, 29 Mar 2020 09:17:08 +0000 (11:17 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Mar 2020 09:17:08 +0000 (11:17 +0200)
Remove multi/default profile mention in settings privacy.

mod/settings.php

index 79bf16d78ccb6f428d8d202c8ce1bbe201139eac..4b34e9c1832fb9ecb08bcfb497e54de99b576cbf 100644 (file)
@@ -834,7 +834,7 @@ function settings_content(App $a)
        ]);
 
        $hide_friends = Renderer::replaceMacros($opt_tpl, [
-               '$field' => ['hide-friends', DI::l10n()->t('Hide your contact/friend list from viewers of your default profile?'), $profile['hide-friends'], DI::l10n()->t('Your contact list won\'t be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create')],
+               '$field' => ['hide-friends', DI::l10n()->t('Hide your contact/friend list from viewers of your profile?'), $profile['hide-friends'], DI::l10n()->t('A list of your contacts is displayed on your profile page. Activate this option to disable the display of your contact list.')],
        ]);
 
        $hide_wall = Renderer::replaceMacros($opt_tpl, [