Remove sender name from message info action lines.

This commit is contained in:
hackerkid
2017-03-04 00:35:05 +05:30
committed by Tim Abbott
parent dafee5abe5
commit 2f073d9999
2 changed files with 6 additions and 6 deletions

View File

@@ -657,7 +657,7 @@ function render(template_name, args) {
global.write_handlebars_output("message_info_popover_content", html);
var a = $(html).find("a.respond_personal_button");
assert.equal(a.text().trim(), 'Send Alice Smith a private message');
assert.equal(a.text().trim(), 'Send private message');
}());