diff --git a/app/models/project_services/emails_on_push_service.rb b/app/models/project_services/emails_on_push_service.rb index 8df7313..7345809 100644 --- a/app/models/project_services/emails_on_push_service.rb +++ b/app/models/project_services/emails_on_push_service.rb @@ -25,7 +25,7 @@ class EmailsOnPushService < Service end def description - 'Send emails to recipients on push' + 'Email the commits and diff of each push to a list of recipients.' end def to_param -- libgit2 0.21.2