diff --git a/templates/workspaces/members/edit.html b/templates/workspaces/members/edit.html index fcaf9553..0c1e8f7a 100644 --- a/templates/workspaces/members/edit.html +++ b/templates/workspaces/members/edit.html @@ -52,7 +52,7 @@ "Resend Invitation", url_for("workspaces.resend_invitation", workspace_id=workspace.id, token=member.latest_invitation.token), form.csrf_token, - confirm_msg="Are you sure? This will invalidate the previously sent invitation." + confirm_msg="Are you sure? This will send an email to invite the user to join this workspace." )}} {% endif %}