This commit is contained in:
Pierre HUBERT 2021-03-16 18:54:57 +01:00
parent ca7301e258
commit f98daa4291

View File

@ -37,7 +37,7 @@ const GroupAboutPage = {
{
title: tr("Registration process"),
value: group.registration_level == "closed" ? tr("Only one invitation") : (group.registration_level == "moderated" ? tr("By requesting memberships") : tr("Anyone can join without approval the group")),
value: group.registration_level == "closed" ? tr("Only on invitation") : (group.registration_level == "moderated" ? tr("By requesting membership") : tr("Anyone can join without any approval")),
icon: "fa-sign-in"
},