Commit 5f85d6d1cea2e9f3557206b97cef15676ea2d14c

Authored by Dmitriy Zaporozhets
1 parent 68f8ffb5

Better description to EmailsOnPush service

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/models/project_services/emails_on_push_service.rb
... ... @@ -25,7 +25,7 @@ class EmailsOnPushService &lt; Service
25 25 end
26 26  
27 27 def description
28   - 'Send emails to recipients on push'
  28 + 'Email the commits and diff of each push to a list of recipients.'
29 29 end
30 30  
31 31 def to_param
... ...