From 5f85d6d1cea2e9f3557206b97cef15676ea2d14c Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 17 Dec 2013 16:31:12 +0200 Subject: [PATCH] Better description to EmailsOnPush service --- app/models/project_services/emails_on_push_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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