Updated UI strings and references from "coach" to "counselor"
Some checks failed
PHPUnit / test (push) Has been cancelled

This commit is contained in:
2026-06-12 13:41:42 +02:00
parent 63a560e803
commit 5b5cc52133
18 changed files with 92 additions and 90 deletions

View File

@ -393,7 +393,7 @@ export function renderConditionEditorHTML(form, {
<div class="condition-editor" id="conditionEditor">
<h4 style="margin:0 0 12px;font-size:.95rem">Availability</h4>
<div class="form-group">
<label>When can coaches open this questionnaire?</label>
<label>When can counselors open this questionnaire?</label>
<select id="conditionMode"${dis}>${modeOptions}</select>
</div>