From 12f3a5ffad4fae3b205ec0e7ae1feda8a26d244b Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 1 Mar 2018 19:29:01 +0000 Subject: [PATCH] "Invitation ID" is now "invitation code" to unify the description --- mod/register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/register.php b/mod/register.php index adbac0708c..c97433c040 100644 --- a/mod/register.php +++ b/mod/register.php @@ -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'),