mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Updates translated strings in web/ that do not need updates to any tests. The majority of these strings are also unique to the file/ template that they are in. A few have overlap with one other file. Some changes here update placeholders/variables in these strings to no longer use stream so that all the translation updates for this rename happen at the same time. The exception to this are cases of "<z-stream>" placeholders in these translated strings. Part of the stream to channel rename project.
10 lines
277 B
Handlebars
10 lines
277 B
Handlebars
{{#if rendered_description}}
|
|
<span class="sub-stream-description rendered_markdown">
|
|
{{rendered_markdown rendered_description}}
|
|
</span>
|
|
{{else}}
|
|
<span class="sub-stream-description no-description">
|
|
{{t "This channel does not yet have a description." }}
|
|
</span>
|
|
{{/if}}
|