mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 11:20:57 -06:00
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", {
|
||||
action: "toggleEditing",
|
||||
label: "private_message_info.edit",
|
||||
icon: "user",
|
||||
iconRight: true,
|
||||
className: "btn add-remove-participant-btn"
|
||||
})
|
||||
];
|
||||
|
@ -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?"
|
||||
|
Loading…
Reference in New Issue
Block a user