Updated UI strings and references from "coach" to "counselor"
Some checks failed
PHPUnit / test (push) Has been cancelled
Some checks failed
PHPUnit / test (push) Has been cancelled
This commit is contained in:
@ -14,12 +14,13 @@ function esc(s) {
|
||||
|
||||
function roleLabel(role) {
|
||||
if (!role) return '';
|
||||
if (role === 'coach') return 'Counselor';
|
||||
return role.charAt(0).toUpperCase() + role.slice(1);
|
||||
}
|
||||
|
||||
function signInHintForRole(role) {
|
||||
if (role === 'coach') {
|
||||
return 'Coaches sign in through the mobile app and will be prompted to choose a new password there.';
|
||||
return 'Counselors sign in through the mobile app and will be prompted to choose a new password there.';
|
||||
}
|
||||
return 'Supervisors sign in through this website and will be prompted to choose a new password at login.';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user