summaryrefslogtreecommitdiff
path: root/app/views/notify/merge_requests_csv_email.text.erb
blob: 9ed971bbe9cfc1cdc3edd3c437ee05c8024d1336 (plain)
1
2
3
4
5
<%= _('Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment.') %  { written_count: pluralize(@written_count, 'merge request'), project_name: @project.full_name, project_url: project_url(@project) } %>

<% if @truncated %>
  <%= _('This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues.') % { written_count: @written_count, merge_requests_count: @merge_requests_count} %>
<% end %>