From 8a620cb68759ddd55bb384b06408816a34a32c14 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Tue, 9 Oct 2012 15:11:10 -0400 Subject: [PATCH] Group chat -> Huddle in narrowbar. (imported from commit aa437792584849d008274886c6a0ca1858fb8ba7) --- zephyr/static/js/narrow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/static/js/narrow.js b/zephyr/static/js/narrow.js index 6f35bc72f1..956010a15d 100644 --- a/zephyr/static/js/narrow.js +++ b/zephyr/static/js/narrow.js @@ -29,7 +29,7 @@ function do_narrow(description, filter_function) { function narrow_huddle() { var original = zephyr_dict[selected_zephyr_id]; - do_narrow("Group chats with " + original.reply_to, function (other) { + do_narrow("Huddles with " + original.reply_to, function (other) { return other.reply_to === original.reply_to; }); }