mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:47:22 +08:00
UX: prioritize "invite by link" option (for staff users) (#11028)
UX: update locale for single/multiple invites tab
This commit is contained in:
parent
32a38ebd32
commit
5ce006aea1
|
@ -51,6 +51,7 @@ export default DiscourseRoute.extend({
|
|||
userInvitedShow: this.controllerFor("user-invited-show"),
|
||||
},
|
||||
});
|
||||
panels.reverse();
|
||||
}
|
||||
|
||||
showModal("share-and-invite", {
|
||||
|
|
|
@ -1392,8 +1392,8 @@ en:
|
|||
generate_link: "Copy Invite Link"
|
||||
link_generated: "Invite link generated successfully!"
|
||||
valid_for: "Invite link is only valid for this email address: %{email}"
|
||||
single_user: "Single User"
|
||||
multiple_user: "Multiple Users"
|
||||
single_user: "Invite by email"
|
||||
multiple_user: "Invite by link"
|
||||
invite_link:
|
||||
title: "Invite Link"
|
||||
success: "Invite link generated successfully!"
|
||||
|
|
Loading…
Reference in New Issue
Block a user