From: Hypolite Petovan Date: Sat, 26 May 2018 12:35:17 +0000 (-0400) Subject: Merge pull request #5129 from tobiasd/20180526-adminpanel X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3965615fbc065c7645c3a00d9dfe209007f46277;hp=c65c870032b1aa0a6b0651db95a8c265a1d459e2;p=friendica.git Merge pull request #5129 from tobiasd/20180526-adminpanel added a warning to an admin setting --- diff --git a/mod/register.php b/mod/register.php index f1f8b7caa9..81919df105 100644 --- a/mod/register.php +++ b/mod/register.php @@ -233,8 +233,8 @@ function register_content(App $a) $profile_publish = replace_macros($publish_tpl, [ '$instance' => 'reg', '$pubdesc' => L10n::t('Include your profile in member directory?'), - '$yes_selected' => ' checked="checked" ', - '$no_selected' => '', + '$yes_selected' => '', + '$no_selected' => ' checked="checked"', '$str_yes' => L10n::t('Yes'), '$str_no' => L10n::t('No'), ]);