Update Group.php

This commit is contained in:
Lucas Bartholemy 2021-01-28 09:24:27 +01:00 committed by GitHub
parent 6192d85bbf
commit 8ebbdfc971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ class Group extends ActiveRecord
'notify_users' => Yii::t('AdminModule.user', 'Send notifications to users when added to or removed from the group.'),
'show_at_registration' => Yii::t('AdminModule.user', 'Make the group selectable at registration.'),
'show_at_directory' => Yii::t('AdminModule.user', 'Add a seperate page for the group to the directory.'),
'is_default_group' => Yii::t('UserModule.base', 'Default Group for users who are not assigned to any other group.'),
'is_default_group' => Yii::t('AdminModule.user', 'Applied to new or existing users without any other group membership.'),
];
}