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] = [
|
INTRO_HOTSPOTS: List[Hotspot] = [
|
||||||
Hotspot(
|
Hotspot(
|
||||||
name="intro_streams",
|
name="intro_streams",
|
||||||
title=gettext_lazy("Catch up on a stream"),
|
title=gettext_lazy("Catch up on a channel"),
|
||||||
description=gettext_lazy(
|
description=gettext_lazy(
|
||||||
"Messages sent to a stream are seen by everyone subscribed "
|
"Messages sent to a channel are seen by everyone subscribed "
|
||||||
"to that stream. Try clicking on one of the stream links below."
|
"to that channel. Try clicking on one of the channel links below."
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Hotspot(
|
Hotspot(
|
||||||
|
|
Loading…
Reference in New Issue