diff --git a/AGENTS.md b/AGENTS.md index b1761dd..5066957 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,4 +1,4 @@ -# Agent Guidelines for HackClub.tv +# Agent Guidelines for tv This document provides essential information for AI coding agents working on the HackClub.tv codebase. diff --git a/apps/web/src/lib/hooks/useScreensharePublisher.ts b/apps/web/src/lib/hooks/useScreensharePublisher.ts index d17f0f7..2aebd8b 100644 --- a/apps/web/src/lib/hooks/useScreensharePublisher.ts +++ b/apps/web/src/lib/hooks/useScreensharePublisher.ts @@ -306,7 +306,7 @@ function classifyPublisherIssue(error: unknown, context: PublisherIssueContext): return { context, description: - 'Use HackClub.tv over HTTPS or localhost in a Chromium-based browser, then try again.', + 'Use the platform over HTTPS or localhost in a Chromium-based browser, then try again.', title: 'This browser or page cannot start screen sharing', tone: 'destructive', };