design: Improve design of Subscribe/Unsubscribe buttons in message view.

Tweaked by tabbott to use an existing button style.

Fixes #5196.
This commit is contained in:
Cynthia Lin
2017-06-04 14:19:07 -07:00
committed by Tim Abbott
parent b89be3f54b
commit 11e68606b4
3 changed files with 15 additions and 11 deletions

View File

@@ -343,15 +343,15 @@ exports.MessageList.prototype = {
},
subscribed_bookend_content: function (stream_name) {
return "--- Subscribed to stream " + stream_name + " ---";
return "You subscribed to stream " + stream_name;
},
unsubscribed_bookend_content: function (stream_name) {
return "--- Unsubscribed from stream " + stream_name + " ---";
return "You unsubscribed from stream " + stream_name;
},
not_subscribed_bookend_content: function (stream_name) {
return "--- Not subscribed to stream " + stream_name + " ---";
return "You are not subscribed to stream " + stream_name;
},
// Maintains a trailing bookend element explaining any changes in