s_("InviteEmail|As an owner, you have full access to projects and can manage access to the group, including inviting new members.")
when"Minimal Access"
s_("InviteEmail|As a user with minimal access, you can view the high-level group from the UI and API.")
end
end
definvited_to_description(source)
casesource
when"project"
s_('InviteEmail|Projects can be used to host your code, track issues, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD.')
when"group"
s_('InviteEmail|Groups assemble related projects together and grant members access to several projects at once.')