mirror of https://github.com/zulip/zulip.git
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:
parent
0b5f325e48
commit
3f79fd0f10
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue