Skip to content

Commit 52075ee

Browse files
authored
Merge pull request #2200 from appwrite/fix-SER-240-correct-team-alert-copy
2 parents 253843d + 22cdd73 commit 52075ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(public)/invite/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
await sdk.forConsole.teams.updateMembershipStatus(teamId, membershipId, userId, secret);
2626
addNotification({
2727
type: 'success',
28-
message: 'Successfully logged in.'
28+
message: 'Successfully joined the organization.'
2929
});
3030
await goto(`${base}/organization-${teamId}`);
3131
trackEvent(Submit.MembershipUpdateStatus);

0 commit comments

Comments
 (0)