Opened 7 years ago
Closed 7 years ago
#7486 closed enhancement (fixed)
Improve message after successful group invitation acceptance.
Reported by: | dcavins | Owned by: | dcavins |
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | 1.0 |
Component: | Groups | Keywords: | has-patch |
Cc: | dcavins |
Description
Currently, when you accept a group invitation, you are returned to the invitations screen and the group you just joined is nowhere to be seen. You'd have to visit the "groups > memberships" screen to find a link to the group.
I propose that we add link to the group you just joined to the message that is displayed. Please see patch.
Attachments (2)
Change History (8)
This ticket was mentioned in Slack in #buddypress by hnla. View the logs.
7 years ago
#4
@
7 years ago
- Milestone changed from Awaiting Review to 2.9
- Version changed from 2.8.2 to 1.0
Looks good to me!
One trivial thing is to add a space in the __()
function call as per WP coding standards:
__( 'Group invite accepted. Visit %s.', 'buddypress' )
Improve "invite accepted" message.