=_("You're receiving this email because of your account on %{host}. %{manage_notifications_link} · %{help_link}").html_safe%{host: Gitlab.config.gitlab.host,manage_notifications_link: manage_notifications_link,help_link: help_link}
=_('You have been granted %{access_level} access to the %{source_link} %{source_type}.').html_safe%{access_level: access_level,source_link: source_link,source_type: source_type}
=_('If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}.').html_safe%{source_type: source_type,leave_link_start: leave_link_start,link_end: link_end}
%p
=_('You have been granted %{access_level} access to the %{source_link} %{source_type}.').html_safe%{access_level: member.human_access,source_link: source_link,source_type: source_type}
=_('If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}.').html_safe%{source_type: source_type,leave_link_start: leave_link_start,link_end: link_end}