diff --git a/web/templates/bookend.hbs b/web/templates/bookend.hbs
index fc1e390b1c..0241282b48 100644
--- a/web/templates/bookend.hbs
+++ b/web/templates/bookend.hbs
@@ -10,18 +10,18 @@
{{t "This stream has been deactivated" }}
{{else if subscribed }}
{{#tr}}
- You subscribed to stream {{stream_name}}
- {{#*inline "z-stream-icon"}}{{> stream_privacy }}{{/inline}}
+ You subscribed to stream
+ {{#*inline "z-stream-name"}}{{> stream_privacy }} {{stream_name}}{{/inline}}
{{/tr}}
{{else if just_unsubscribed }}
{{#tr}}
- You unsubscribed from stream {{stream_name}}
- {{#*inline "z-stream-icon"}}{{> stream_privacy }}{{/inline}}
+ You unsubscribed from stream
+ {{#*inline "z-stream-name"}}{{> stream_privacy }} {{stream_name}}{{/inline}}
{{/tr}}
{{else}}
{{#tr}}
- You are not subscribed to stream {{stream_name}}
- {{#*inline "z-stream-icon"}}{{> stream_privacy }}{{/inline}}
+ You are not subscribed to stream
+ {{#*inline "z-stream-name"}}{{> stream_privacy }} {{stream_name}}{{/inline}}
{{/tr}}
{{/if}}