]> git.mxchange.org Git - friendica.git/commitdiff
quotes
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 2 Oct 2019 06:28:12 +0000 (08:28 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 2 Oct 2019 06:28:12 +0000 (08:28 +0200)
src/Module/Register.php

index d02a34a0b5b581b8f334502921f18df6091ed7df..1637e0d8b6aa2997ea210811be90afa4cff08d04 100644 (file)
@@ -114,7 +114,7 @@ class Register extends BaseModule
                $o = Renderer::replaceMacros($tpl, [
                        '$invitations'  => Config::get('system', 'invitation_only'),
                        '$permonly'     => intval(Config::get('config', 'register_policy')) === self::APPROVE,
-                       '$permonlybox'  => ['permonlybox', L10n::t('Note for the admin'), '', L10n::t('Leave a message for the admin, why you want to join this node'), "required"],
+                       '$permonlybox'  => ['permonlybox', L10n::t('Note for the admin'), '', L10n::t('Leave a message for the admin, why you want to join this node'), 'required'],
                        '$invite_desc'  => L10n::t('Membership on this site is by invitation only.'),
                        '$invite_label' => L10n::t('Your invitation code: '),
                        '$invite_id'    => $invite_id,