chore(branding): change desc

This commit is contained in:
2026-05-30 23:11:50 +02:00
parent 184ea9c973
commit de25bc5cd1
2 changed files with 2 additions and 2 deletions

View File

@@ -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. This document provides essential information for AI coding agents working on the HackClub.tv codebase.

View File

@@ -306,7 +306,7 @@ function classifyPublisherIssue(error: unknown, context: PublisherIssueContext):
return { return {
context, context,
description: 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', title: 'This browser or page cannot start screen sharing',
tone: 'destructive', tone: 'destructive',
}; };