diff --git a/static/templates/stream_creation_form.handlebars b/static/templates/stream_creation_form.handlebars index 106755e026..07844db965 100644 --- a/static/templates/stream_creation_form.handlebars +++ b/static/templates/stream_creation_form.handlebars @@ -24,9 +24,7 @@ {{t "Stream permissions" }}
- {{#tr this}} - These settings are explained in detail in the help center. - {{/tr}} + {{t 'These settings are explained in detail in the help center.'}}
{{ partial "stream_types" "is_public" true }} diff --git a/static/templates/stream_types.handlebars b/static/templates/stream_types.handlebars index 5227263f60..788c12f327 100644 --- a/static/templates/stream_types.handlebars +++ b/static/templates/stream_types.handlebars @@ -2,32 +2,26 @@