mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 09:36:47 +10:00
Merge branch 'improve-error-message' into 'master'
Improve english of error message See merge request !1284
This commit is contained in:
@@ -22,7 +22,7 @@ module Files
|
||||
blob = repository.blob_at_branch(@current_branch, @file_path)
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user