diff --git a/app/views/projects/export/_modal.html.erb b/app/views/projects/export/_modal.html.erb index 02a119c04..3dfc75ac4 100644 --- a/app/views/projects/export/_modal.html.erb +++ b/app/views/projects/export/_modal.html.erb @@ -1,5 +1,7 @@
<%=t 'projects.export_projects.modal_text_p1_html', num_projects: num_projects, team: @team.name %>
<%=t 'projects.export_projects.modal_text_p2_html' %>
-- <%=t 'projects.export_projects.modal_text_p3_html', limit: limit, num: num_of_requests_left %> -
+<% unless limit.zero? %> ++ <%=t 'projects.export_projects.modal_text_p3_html', limit: limit, num: num_of_requests_left %> +
+<% end %>