We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeeb60f commit 55f46f0Copy full SHA for 55f46f0
website/src/views/settings/BetaToggle.tsx
@@ -4,7 +4,10 @@ import ExternalLink from 'views/components/ExternalLink';
4
import config from 'config';
5
import styles from './SettingsContainer.scss';
6
7
-export const currentTests = ['Course planner: plan courses in future semesters'];
+export const currentTests = [
8
+ 'Course planner: plan courses in future semesters',
9
+ 'TA view: customise the visibility of courses in your timetables',
10
+];
11
12
type Props = {
13
betaTester: boolean;
0 commit comments