hotspots: Update "intro_streams" text for stream to channel rename.

Updates the "intro_streams" hotspot translated strings to use
channel instead of stream.

Part of stream to channel rename project.
This commit is contained in:
Lauryn Menard 2024-04-17 14:06:04 +02:00 committed by Tim Abbott
parent 0b5f325e48
commit 3f79fd0f10
1 changed files with 3 additions and 3 deletions

View File

@ -31,10 +31,10 @@ class Hotspot:
INTRO_HOTSPOTS: List[Hotspot] = [
Hotspot(
name="intro_streams",
title=gettext_lazy("Catch up on a stream"),
title=gettext_lazy("Catch up on a channel"),
description=gettext_lazy(
"Messages sent to a stream are seen by everyone subscribed "
"to that stream. Try clicking on one of the stream links below."
"Messages sent to a channel are seen by everyone subscribed "
"to that channel. Try clicking on one of the channel links below."
),
),
Hotspot(