diff --git a/app/components/CookieConsentBanner.vue b/app/components/CookieConsentBanner.vue
index b5eba17..3f3874f 100644
--- a/app/components/CookieConsentBanner.vue
+++ b/app/components/CookieConsentBanner.vue
@@ -110,7 +110,7 @@ watch(
}
);
-const restrictedRoute = computed(() => route.path.startsWith('/learn') || route.path.startsWith('/pm'));
+const restrictedRoute = computed(() => route.path.startsWith('/classroom') || route.path.startsWith('/pm'));
const showManageButton = computed(() => hasConsent.value && !isDialogVisible.value && !restrictedRoute.value);
diff --git a/app/pages/learn-introduction.vue b/app/pages/classroom-introduction.vue
similarity index 95%
rename from app/pages/learn-introduction.vue
rename to app/pages/classroom-introduction.vue
index 021f578..4ca3bf3 100644
--- a/app/pages/learn-introduction.vue
+++ b/app/pages/classroom-introduction.vue
@@ -9,12 +9,12 @@
Learn orientation
+Classroom orientation
Guided preflight briefing
This is your training playground. Live AI controllers for the simulator are still in closed testing, so we - start with Learn to build phraseology, timing and confidence. I will guide you through the flow before you - dive into the hub. + start with the Classroom to build phraseology, timing and confidence. I will guide you through the flow + before you dive into the hub.
Heads-up
- Learn mirrors the calls you will make later, but today it runs as a standalone trainer. Treat it like a - warm-up before the live network opens. + The Classroom mirrors the calls you will make later, but today it runs as a standalone trainer. Treat it + like a warm-up before the live network opens.
@@ -75,12 +75,12 @@
Avery
-Your Learn instructor
+Your Classroom instructor
@@ -171,8 +171,8 @@