gitlab-org--gitlab-foss/app/views/notify/group_was_not_exported_emai...

8 lines
189 B
Plaintext

<%= _("Group %{group_name} couldn't be exported.") % { group_name: @group.name } %>
<%= _('The errors we encountered were:') %>
<% @errors.each do |error| -%>
- <%= error %>
<% end -%>