message_feed: Remove the parenthesis around edited notices.

They were found to not particularly improve the UI.

Fixes #21043.
This commit is contained in:
jai2201
2022-02-08 02:08:40 +05:30
committed by Tim Abbott
parent ad232c9b65
commit 67625d6c7b
5 changed files with 9 additions and 9 deletions

View File

@@ -241,7 +241,7 @@ export class MessageListView {
_add_msg_edited_vars(message_container) {
// This adds variables to message_container object which calculate bools for
// checking position of "(EDITED)" label as well as the edited timestring
// checking position of "EDITED" label as well as the edited timestring
// The bools can be defined only when the message is edited
// (or when the `last_edit_timestr` is defined). The bools are:
// * `edited_in_left_col` -- when label appears in left column.