From fd7b8d6b539d45302426ec906db0d1752a6f5b76 Mon Sep 17 00:00:00 2001 From: Akash-bajpai Date: Mon, 16 Mar 2026 07:17:13 +0530 Subject: [PATCH 1/3] fix: correct mobile menu surveys label from Learning Requests to Surveys --- web/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/templates/base.html b/web/templates/base.html index 7afa700a9..a24c93905 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -623,12 +623,12 @@ - Learning Requests + Surveys - Learning Requests + Surveys From 50ddf33e5ac97f319dca05678c978267c36a0939 Mon Sep 17 00:00:00 2001 From: Akash-bajpai Date: Mon, 16 Mar 2026 07:28:43 +0530 Subject: [PATCH 2/3] fix: restore Learning Requests label for waiting_rooms link --- web/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/base.html b/web/templates/base.html index a24c93905..0ff091831 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -628,7 +628,7 @@ - Surveys + Learning Requests From 89d42859a597aad60381e5dc36cfba8d5ebb71e2 Mon Sep 17 00:00:00 2001 From: Akash-bajpai Date: Mon, 16 Mar 2026 07:44:51 +0530 Subject: [PATCH 3/3] fix: correctly label surveys as Surveys and waiting_rooms as Learning Requests --- web/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/base.html b/web/templates/base.html index 0ff091831..a24c93905 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -628,7 +628,7 @@ - Learning Requests + Surveys