Use parent-friendly labels and alternate row shading in member view

This commit is contained in:
Ian Gulliver
2026-02-16 10:33:35 -08:00
parent f649b71169
commit 2fbae407c1
2 changed files with 3 additions and 2 deletions

View File

@@ -597,7 +597,7 @@ async function renderMemberView(me) {
const kindLabels = me.role === 'student'
? { '': 'OK', prefer: 'Prefer', prefer_not: 'Prefer Not' }
: { '': 'OK', must_not: 'Must Not' };
: { '': 'OK to room with', must_not: 'Not OK to room with' };
const kindOptions = ['', ...me.level_kinds[me.role]];