Commit df8dd6de authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix/error-typo' into 'master'

fix import/export error typo

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/18948

See merge request !4847
parents 39c43463 5adc0859
......@@ -6,4 +6,4 @@
%ul
- @errors.each do |error|
%li
error
#{error}
Project <%= @project.name %> couldn't be exported.
The errors we encountered were:
- @errors.each do |error|
<%= error %>
\ No newline at end of file
= "Project #{@project.name} couldn't be exported."
= "The errors we encountered were:"
- @errors.each do |error|
#{error}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment