]> git.mxchange.org Git - friendica.git/blobdiff - mod/settings.php
Only perform OAuth when no login data are provided
[friendica.git] / mod / settings.php
index 47505bd7263e67595da14f58d64402013cde4535..9a73b83e6bf6b412d37754fdf317650f0bf16f8e 100644 (file)
@@ -840,7 +840,7 @@ function settings_content(App $a)
        ]);
 
        $unlisted = Renderer::replaceMacros($opt_tpl, [
-               '$field' => ['unlisted', DI::l10n()->t('Should public posts be unlisted?'), DI::pConfig()->get(local_user(), 'system', 'unlisted'), DI::l10n()->t('Your public posts will not appear on the community page or in search results, nor will they be transported to relay servers. However they can appear on public feeds from other servers.')],
+               '$field' => ['unlisted', DI::l10n()->t('Make public posts unlisted'), DI::pConfig()->get(local_user(), 'system', 'unlisted'), DI::l10n()->t('Your public posts will not appear on the community pages or in search results, nor be sent to relay servers. However they can still appear on public feeds on remote servers.')],
        ]);
 
        $blockwall = Renderer::replaceMacros($opt_tpl, [