Commit d6697bbd authored by Job van der Voort's avatar Job van der Voort

Merge branch 'improve-error-message' into 'master'

Improve english of error message

See merge request !1284
parents 5fcfba27 001738e9
...@@ -22,7 +22,7 @@ module Files ...@@ -22,7 +22,7 @@ module Files
blob = repository.blob_at_branch(@current_branch, @file_path) blob = repository.blob_at_branch(@current_branch, @file_path)
if blob if blob
raise_error("Your changes could not be committed, because file with such name exists") raise_error("Your changes could not be committed because a file with the same name already exists")
end end
end end
end end
......
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