minor copyedit on pm a/r button

This commit is contained in:
Jeff Atwood 2018-08-29 16:51:38 -07:00
parent 34a5ac2fd8
commit 22110d3106
2 changed files with 2 additions and 4 deletions

View File

@ -157,8 +157,6 @@ export default createWidget("private-message-map", {
this.attach("button", {
action: "toggleEditing",
label: "private_message_info.edit",
icon: "user",
iconRight: true,
className: "btn add-remove-participant-btn"
})
];

View File

@ -1129,8 +1129,8 @@ en:
private_message_info:
title: "Message"
invite: "Invite Others..."
edit: "Add or remove"
invite: "Invite Others ..."
edit: "Add or Remove ..."
leave_message: "Do you really want to leave this message?"
remove_allowed_user: "Do you really want to remove {{name}} from this message?"
remove_allowed_group: "Do you really want to remove {{name}} from this message?"