From c89ae4ef39bd4d924250057f39e49757c039235d Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 15 Mar 2018 16:32:20 -0700 Subject: [PATCH] stream settings: Improve strings in traffic level section. --- static/templates/subscription.handlebars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/templates/subscription.handlebars b/static/templates/subscription.handlebars index 86e86471d7..7222cdbe0b 100644 --- a/static/templates/subscription.handlebars +++ b/static/templates/subscription.handlebars @@ -21,10 +21,10 @@ {{#if is_old_stream}} {{stream_weekly_traffic}} -
{{t "Average weekly traffic" }}
+
{{t "Average messages per week" }}
{{else}} {{t "New" }} -
{{t "Recently created stream" }}
+
{{t "Stream created recently" }}
{{/if}}