Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MM-57955 - update invite message #614

Merged
merged 1 commit into from
Apr 19, 2024
Merged

MM-57955 - update invite message #614

merged 1 commit into from
Apr 19, 2024

Conversation

sbishel
Copy link
Member

@sbishel sbishel commented Apr 19, 2024

Summary

Updates invite message.

Ticket Link

Fixes https://mattermost.atlassian.net/browse/MM-57955

@sbishel sbishel added this to the v1.12 milestone Apr 19, 2024
@@ -98,7 +98,7 @@ func (p *Plugin) SendInviteMessage(user *model.User, pendingSince time.Time, cur
return errors.Wrapf(err, "failed to get bot DM channel with user_id %s", user.Id)
}

message := fmt.Sprintf("@%s, you're invited to use the MS Teams connected experience. ", user.Username)
message := fmt.Sprintf("@%s, youre invited to use the Microsoft Teams connected experience for Mattermost. ", user.Username)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Suggested change
message := fmt.Sprintf("@%s, youre invited to use the Microsoft Teams connected experience for Mattermost. ", user.Username)
message := fmt.Sprintf("@%s, you're invited to use the Microsoft Teams connected experience for Mattermost. ", user.Username)

@sbishel sbishel merged commit fe6dc26 into main Apr 19, 2024
7 checks passed
@sbishel sbishel deleted the MM-57955-invite-message branch April 19, 2024 17:44
calebroseland pushed a commit that referenced this pull request Apr 19, 2024
sbishel added a commit that referenced this pull request Apr 19, 2024
(cherry picked from commit fe6dc26)
sbishel added a commit that referenced this pull request Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants