From 55f43be92a8f85cf7477b038af53a98cbc138ae6 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 3 Mar 2020 04:03:37 +0000 Subject: [PATCH] Changed setting description --- mod/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/settings.php b/mod/settings.php index 47505bd726..9a73b83e6b 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -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, [