]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #4523 from annando/invitation-code
authorHypolite Petovan <mrpetovan@gmail.com>
Thu, 1 Mar 2018 20:53:10 +0000 (15:53 -0500)
committerGitHub <noreply@github.com>
Thu, 1 Mar 2018 20:53:10 +0000 (15:53 -0500)
"Invitation ID" is now "invitation code" to unify the description

mod/register.php

index adbac0708c3d4dc4c296deaec605fbd84eca9cef..c97433c0400c8e691e07f54bb5345c11764d0a49 100644 (file)
@@ -258,7 +258,7 @@ function register_content(App $a)
                '$permonly'    => $a->config['register_policy'] == REGISTER_APPROVE,
                '$permonlybox' => ['permonlybox', L10n::t('Note for the admin'), '', L10n::t('Leave a message for the admin, why you want to join this node')],
                '$invite_desc' => L10n::t('Membership on this site is by invitation only.'),
-               '$invite_label' => L10n::t('Your invitation ID: '),
+               '$invite_label' => L10n::t('Your invitation code: '),
                '$invite_id'  => $invite_id,
                '$realpeople' => $realpeople,
                '$regtitle'  => L10n::t('Registration'),