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
This commit is contained in:
Rémy Coutable 2016-06-22 08:37:55 +00:00
commit df8dd6dea3
3 changed files with 7 additions and 7 deletions

View File

@ -6,4 +6,4 @@
%ul
- @errors.each do |error|
%li
error
#{error}

View File

@ -1,6 +0,0 @@
Project <%= @project.name %> couldn't be exported.
The errors we encountered were:
- @errors.each do |error|
<%= error %>

View File

@ -0,0 +1,6 @@
= "Project #{@project.name} couldn't be exported."
= "The errors we encountered were:"
- @errors.each do |error|
#{error}