1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-05-21 06:32:07 +00:00
This commit is contained in:
Pierre HUBERT 2021-03-16 18:54:57 +01:00
parent ca7301e258
commit f98daa4291

@ -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"
},