minor bug fixes

This commit is contained in:
2026-04-02 15:22:38 -04:00
parent 97b308e9f0
commit 18e4a92241
4 changed files with 79 additions and 29 deletions

View File

@@ -162,7 +162,7 @@ function TeamManagementTab() {
const LOGIN_TYPE_OPTIONS = [
{
id: 'all_ages',
label: 'All Ages',
label: 'Unrestricted',
desc: 'No age restrictions. All users interact normally. Default behaviour.',
},
{
@@ -172,7 +172,7 @@ const LOGIN_TYPE_OPTIONS = [
},
{
id: 'mixed_age',
label: 'Mixed Age',
label: 'Restricted',
desc: "Parents, or user managers, add the minor's user account to their guardian profile. Minor aged users cannot login until a manager approves the guardian link.",
},
];