Bug 1221168 - The pen menu item on a given conversation should say "Delete", NOT "Delete conversation". r=Standard8
This commit is contained in:
@@ -611,7 +611,7 @@ loop.panel = (function(_, mozL10n) {
|
||||
className: "dropdown-menu-item",
|
||||
onClick: this.props.handleDeleteButtonClick,
|
||||
ref: "deleteButton"},
|
||||
mozL10n.get("delete_conversation_menuitem")
|
||||
mozL10n.get("delete_conversation_menuitem2")
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user