mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Update
This commit is contained in:
parent
ca7301e258
commit
f98daa4291
@ -37,7 +37,7 @@ const GroupAboutPage = {
|
|||||||
|
|
||||||
{
|
{
|
||||||
title: tr("Registration process"),
|
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"
|
icon: "fa-sign-in"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user