diff --git a/web-ui/src/components/lecture/lecture-queue-summary/lecture-queue-summary.tsx b/web-ui/src/components/lecture/lecture-queue-summary/lecture-queue-summary.tsx index 71e0c9a0..ea37d4b8 100644 --- a/web-ui/src/components/lecture/lecture-queue-summary/lecture-queue-summary.tsx +++ b/web-ui/src/components/lecture/lecture-queue-summary/lecture-queue-summary.tsx @@ -67,7 +67,7 @@ export default function LectureQueueSummary() { - kthGPT has limited capacity. Currently there is + OpenUni.AI has limited capacity. Currently there is {unfinishedLectures.length - 1} other lectures being watched. view the progress diff --git a/web-ui/src/components/lecture/lecture-watch-result/lecture-watch-result.tsx b/web-ui/src/components/lecture/lecture-watch-result/lecture-watch-result.tsx index eb04c655..1c6fb6d4 100644 --- a/web-ui/src/components/lecture/lecture-watch-result/lecture-watch-result.tsx +++ b/web-ui/src/components/lecture/lecture-watch-result/lecture-watch-result.tsx @@ -66,14 +66,14 @@ export default function LectureWatchResult(props: LectureWatchResultProps) { - Since kthGPT has limited capacity only relevant videos are - allowed. kthGPT is currently trying to figure out if the - video is relevant. Relevant videos are educational videos, - such as recorded lectures, tutorials about math, programming - etc. + Since OpenUni.AI has limited capacity only relevant videos + are allowed. OpenUni.AI is currently trying to figure out if + the video is relevant. Relevant videos are educational + videos, such as recorded lectures, tutorials about math, + programming etc. - kthGPT will also not watch videos longer than 4 hours. + OpenUni.AI will also not watch videos longer than 4 hours. This can take a few minutes. @@ -92,25 +92,25 @@ export default function LectureWatchResult(props: LectureWatchResultProps) { <> - Since kthGPT has limited capacity only relevant videos are - allowed. + Since OpenUni.AI has limited capacity only relevant videos + are allowed. - kthGPT is using AI to determine which videos are relevant. - And this video was denied. There is a few reasons why this - could have happened. However, most likely this is because - the video was off-topic. + OpenUni.AI is using AI to determine which videos are + relevant. And this video was denied. There is a few reasons + why this could have happened. However, most likely this is + because the video was off-topic. Youtube videos should be about a topic that is relevant for - a course at KTH, which is the purpose of kthGPT. + a course at KTH, which is the purpose of OpenUni.AI. If you feel this video should be admitted diff --git a/web-ui/src/components/page/page-frame/page-frame.tsx b/web-ui/src/components/page/page-frame/page-frame.tsx index b6f5624d..ef6132bc 100644 --- a/web-ui/src/components/page/page-frame/page-frame.tsx +++ b/web-ui/src/components/page/page-frame/page-frame.tsx @@ -104,7 +104,7 @@ function PageFrame(props: PageFrameProps) {