summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/services/files/update_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/files/update_service.rb b/app/services/files/update_service.rb
index c631f28749c..cbd441122dc 100644
--- a/app/services/files/update_service.rb
+++ b/app/services/files/update_service.rb
@@ -33,7 +33,7 @@ module Files
if created_successfully
success
else
- error("Your changes could not be committed, because the file has been changed")
+ error("Your changes could not be committed. Maybe the file changed, or there was nothing to commit?")
end
end
end