stream_settings: Rename stream to channel in stream created banner.

When an administrators create channels that they are themselves
not initial subscribers, a channel creation confirmation banner
is displayed in the settings panel.

This commit updates the term "stream" to "channel" in the banner.
This commit is contained in:
Prakhar Pratyush 2024-07-17 11:10:12 +05:30 committed by Tim Abbott
parent 3a535cacdc
commit cfba2e8837
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{{#> modal_banner }}
<p class="banner_message">
{{#tr}}
Stream <z-link>#{stream_name}</z-link> created!
Channel <z-link>#{stream_name}</z-link> created!
{{#*inline "z-link"}}<a class="stream_narrow_link" href="{{stream_url}}">{{> @partial-block}}</a>{{/inline}}
{{/tr}}
</p>