From 001738e992515400453abd7575493e382e5d1e0f Mon Sep 17 00:00:00 2001 From: Robert Schilling Date: Sat, 12 Sep 2015 14:01:01 +0200 Subject: Improve english of error message --- app/services/files/create_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/files/create_service.rb b/app/services/files/create_service.rb index 91d715b2d63..c2da0c30bad 100644 --- a/app/services/files/create_service.rb +++ b/app/services/files/create_service.rb @@ -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 -- cgit v1.2.1