minor copyedit on pm a/r button
This commit is contained in:
parent
34a5ac2fd8
commit
22110d3106
|
@ -157,8 +157,6 @@ export default createWidget("private-message-map", {
|
||||||
this.attach("button", {
|
this.attach("button", {
|
||||||
action: "toggleEditing",
|
action: "toggleEditing",
|
||||||
label: "private_message_info.edit",
|
label: "private_message_info.edit",
|
||||||
icon: "user",
|
|
||||||
iconRight: true,
|
|
||||||
className: "btn add-remove-participant-btn"
|
className: "btn add-remove-participant-btn"
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
|
@ -1129,8 +1129,8 @@ en:
|
||||||
|
|
||||||
private_message_info:
|
private_message_info:
|
||||||
title: "Message"
|
title: "Message"
|
||||||
invite: "Invite Others..."
|
invite: "Invite Others ..."
|
||||||
edit: "Add or remove"
|
edit: "Add or Remove ..."
|
||||||
leave_message: "Do you really want to leave this message?"
|
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_user: "Do you really want to remove {{name}} from this message?"
|
||||||
remove_allowed_group: "Do you really want to remove {{name}} from this message?"
|
remove_allowed_group: "Do you really want to remove {{name}} from this message?"
|
||||||
|
|
Loading…
Reference in New Issue