e2698d5d74
Also refactored cleanup view to use the same localized string
11 lines
553 B
Text
11 lines
553 B
Text
Your CSV import for project <%= @project.full_name %> (<%= project_url(@project) %>) has been completed.
|
|
|
|
<%= pluralize(@results[:success], 'issue') %> imported.
|
|
|
|
<% if @results[:error_lines].present? %>
|
|
Errors found on line <%= 'number'.pluralize(@results[:error_lines].size) %>: <%= @results[:error_lines].join(', ') %>. Please check if these lines have an issue title.
|
|
<% end %>
|
|
|
|
<% if @results[:parse_error] %>
|
|
Error parsing CSV file. Please make sure it has the correct format: a delimited text file that uses a comma to separate values.
|
|
<% end %>
|